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 2010/10/29 18:02:43 UTC

svn commit: r1028817 - /tuscany/sca-java-2.x/branches/2.0-Beta1/testing/compliance-tests/assembly/pom.xml

Author: slaws
Date: Fri Oct 29 16:02:43 2010
New Revision: 1028817

URL: http://svn.apache.org/viewvc?rev=1028817&view=rev
Log:
unpack the dependecies earlier so that we pick up the local test messages instead of the unpacked ones. This shouldn't usually make a difference however there are cases, when the svn mvn repo hasn't been updated, where the two versions get out of line 

Modified:
    tuscany/sca-java-2.x/branches/2.0-Beta1/testing/compliance-tests/assembly/pom.xml

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/testing/compliance-tests/assembly/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/testing/compliance-tests/assembly/pom.xml?rev=1028817&r1=1028816&r2=1028817&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/testing/compliance-tests/assembly/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/testing/compliance-tests/assembly/pom.xml Fri Oct 29 16:02:43 2010
@@ -122,7 +122,7 @@
         <executions>
           <execution>
             <id>unpack</id>
-            <phase>test-compile</phase>
+            <phase>process-classes</phase>
             <goals>
               <goal>unpack</goal>
             </goals>