diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-04-08 07:33:51 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-04-08 07:33:51 +0000 |
commit | 325f82206cd0a7ca026d08d30e76dacb8656791c (patch) | |
tree | 4d7ba97f0234cd869291bb03c5f2f9237d7adc87 /sca-java-2.x/trunk | |
parent | cce207deb4d7f060346480b4439e0946ff247370 (diff) |
Try using a property to stop deploying the itest modules
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931816 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r-- | sca-java-2.x/trunk/itest/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/itest/pom.xml b/sca-java-2.x/trunk/itest/pom.xml index 237a6fc2ea..c41a8ff550 100644 --- a/sca-java-2.x/trunk/itest/pom.xml +++ b/sca-java-2.x/trunk/itest/pom.xml @@ -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> |