summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-12-10 13:53:59 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-12-10 13:53:59 +0000
commita68ad3eb0d0a8d64493d29e1ac4d48028f74853a (patch)
tree744b9340aeff027dd6f16050a7c4fcf97add4ff5
parentb3f4811be6832b95681efd2c06f34167b1d98256 (diff)
don't run tests with ant when maven.test.skip is set
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889262 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/pom.xml b/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/pom.xml
index 34bfb91c9e..b6c4210f25 100644
--- a/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/pom.xml
+++ b/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/pom.xml
@@ -90,7 +90,7 @@
<goal>run</goal>
</goals>
<configuration>
- <tasks>
+ <tasks unless="maven.test.skip">
<property name="tuscany.version" value="${version}" />
<property name="runtime_classpath" refid="maven.runtime.classpath"/>
<ant antfile="./build.xml" target="run"/>