[Project] Skipping deployment of demo/test apps to Central

This commit is contained in:
Robert von Burg 2017-01-18 11:02:20 +01:00
parent cf9026f693
commit 77e0aea47b
1 changed files with 0 additions and 29 deletions

View File

@ -1,29 +0,0 @@
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>li.strolch</groupId>
<artifactId>li.strolch</artifactId>
<version>1.5.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>li.strolch.deploy-dummy</artifactId>
<packaging>pom</packaging>
<name>li.strolch.deploy-dummy</name>
<description>Deploy dummy for deploying to Maven central</description>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<configuration>
<skipNexusStagingDeployMojo>false</skipNexusStagingDeployMojo>
</configuration>
</plugin>
</plugins>
</build>
</project>