Author: tv Date: Thu Feb 9 16:10:06 2017 New Revision: 1782357 URL: http://svn.apache.org/viewvc?rev=1782357&view=rev Log: Skip deployment of distribution files
Modified: commons/proper/jcs/trunk/commons-jcs-dist/pom.xml Modified: commons/proper/jcs/trunk/commons-jcs-dist/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/commons-jcs-dist/pom.xml?rev=1782357&r1=1782356&r2=1782357&view=diff ============================================================================== --- commons/proper/jcs/trunk/commons-jcs-dist/pom.xml (original) +++ commons/proper/jcs/trunk/commons-jcs-dist/pom.xml Thu Feb 9 16:10:06 2017 @@ -59,6 +59,14 @@ <skipDeploy>true</skipDeploy> </configuration> </plugin> + <plugin> + <!-- skip deployment of distribution files to maven repository --> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + <configuration> + <skip>true</skip> + </configuration> + </plugin> </plugins> </build>