summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-03-08 03:07:11 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-03-08 03:07:11 +0000
commit301023a461e6084e1d58b0b417fd7a280a596ae4 (patch)
tree8b93bdfb36de05db1d594820d1fff6dca0055cd8 /sca-java-2.x
parentf844add94dc7997e32db740a2cd243fc733d58b6 (diff)
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
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920178 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/itest/pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/itest/pom.xml b/sca-java-2.x/trunk/itest/pom.xml
index d675a46f8a..3f9d6f43f5 100644
--- a/sca-java-2.x/trunk/itest/pom.xml
+++ b/sca-java-2.x/trunk/itest/pom.xml
@@ -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>