You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2010/05/14 11:38:34 UTC

svn commit: r944173 - in /tuscany/sca-java-2.x/trunk/compliance-tests: assembly/pom.xml java-caa/pom.xml java-ci/pom.xml policy/pom.xml

Author: antelder
Date: Fri May 14 09:38:33 2010
New Revision: 944173

URL: http://svn.apache.org/viewvc?rev=944173&view=rev
Log:
Change the phase where oasis artifact unpacking is done from compile to test-compile to see if that helps with the issue of tests not getting run ocasionally

Modified:
    tuscany/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml
    tuscany/sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml
    tuscany/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml
    tuscany/sca-java-2.x/trunk/compliance-tests/policy/pom.xml

Modified: tuscany/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml?rev=944173&r1=944172&r2=944173&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml Fri May 14 09:38:33 2010
@@ -94,7 +94,7 @@
         <executions>
           <execution>
             <id>unpack</id>
-            <phase>compile</phase>
+            <phase>test-compile</phase>
             <goals>
               <goal>unpack</goal>
             </goals>

Modified: tuscany/sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml?rev=944173&r1=944172&r2=944173&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml Fri May 14 09:38:33 2010
@@ -89,7 +89,7 @@
         <executions>
           <execution>
             <id>unpack</id>
-            <phase>compile</phase>
+            <phase>test-compile</phase>
             <goals>
               <goal>unpack</goal>
             </goals>

Modified: tuscany/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml?rev=944173&r1=944172&r2=944173&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml Fri May 14 09:38:33 2010
@@ -89,7 +89,7 @@
         <executions>
           <execution>
             <id>unpack</id>
-            <phase>compile</phase>
+            <phase>test-compile</phase>
             <goals>
               <goal>unpack</goal>
             </goals>

Modified: tuscany/sca-java-2.x/trunk/compliance-tests/policy/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/compliance-tests/policy/pom.xml?rev=944173&r1=944172&r2=944173&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/compliance-tests/policy/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/compliance-tests/policy/pom.xml Fri May 14 09:38:33 2010
@@ -104,7 +104,7 @@
         <executions>
           <execution>
             <id>unpack</id>
-            <phase>compile</phase>
+            <phase>test-compile</phase>
             <goals>
               <goal>unpack</goal>
             </goals>