Author: veithen Date: Sun Dec 19 14:48:18 2010 New Revision: 1050863 URL: http://svn.apache.org/viewvc?rev=1050863&view=rev Log: Skip deployment of artifacts for the sandesha2-tests module.
Modified: axis/axis2/java/sandesha/trunk/modules/tests/pom.xml Modified: axis/axis2/java/sandesha/trunk/modules/tests/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/tests/pom.xml?rev=1050863&r1=1050862&r2=1050863&view=diff ============================================================================== --- axis/axis2/java/sandesha/trunk/modules/tests/pom.xml (original) +++ axis/axis2/java/sandesha/trunk/modules/tests/pom.xml Sun Dec 19 14:48:18 2010 @@ -156,6 +156,12 @@ <generateReports>false</generateReports> </configuration> </plugin> + <plugin> + <artifactId>maven-deploy-plugin</artifactId> + <configuration> + <skip>true</skip> + </configuration> + </plugin> </plugins> </build>