Author: antelder
Date: Mon Mar 8 03:07:11 2010
New Revision: 920178
URL: http://svn.apache.org/viewvc?rev=920178&view=rev
Log:
Skip deploy for the itests. We don't need them deployed and the only thing that
ever tries to is Hudson so this stops that happening as it takes a lot of time
in the Hudson build
Modified:
tuscany/sca-java-2.x/trunk/itest/pom.xml
Modified: tuscany/sca-java-2.x/trunk/itest/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/pom.xml?rev=920178&r1=920177&r2=920178&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/itest/pom.xml Mon Mar 8 03:07:11 2010
@@ -176,4 +176,17 @@
<modules>
<module>jaxws</module>
</modules>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
</project>