Author: antelder
Date: Thu Apr 8 07:33:51 2010
New Revision: 931816
URL: http://svn.apache.org/viewvc?rev=931816&view=rev
Log:
Try using a property to stop deploying the itest modules
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=931816&r1=931815&r2=931816&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/itest/pom.xml Thu Apr 8 07:33:51 2010
@@ -88,6 +88,11 @@
<module>ws</module>
</modules>
+ <!-- We don't want to deploy any of the test modules -->
+ <properties>
+ <maven.deploy.skip>true</maven.deploy.skip>
+ </properties>
+
<build>
<plugins>
<plugin>