You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2009/12/10 14:54:00 UTC

svn commit: r889262 - /tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/pom.xml

Author: slaws
Date: Thu Dec 10 13:53:59 2009
New Revision: 889262

URL: http://svn.apache.org/viewvc?rev=889262&view=rev
Log:
don't run tests with ant when maven.test.skip is set

Modified:
    tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/pom.xml

Modified: tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/pom.xml?rev=889262&r1=889261&r2=889262&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/pom.xml Thu Dec 10 13:53:59 2009
@@ -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"/>