summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-10-29 16:11:20 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-10-29 16:11:20 +0000
commita33360f9c6a8e5e6c76b8808f5f9ea92cde6c7fd (patch)
treed12532e74f50d786f1462b61a8c88c22434470e6 /sca-java-2.x
parentbc92a5e64ea726a0855bdf02e07fd6c7e784d348 (diff)
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
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1028820 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x')
-rw-r--r--sca-java-2.x/trunk/testing/compliance-tests/assembly/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/testing/compliance-tests/assembly/pom.xml b/sca-java-2.x/trunk/testing/compliance-tests/assembly/pom.xml
index 7beccad93d..816ac32cfa 100644
--- a/sca-java-2.x/trunk/testing/compliance-tests/assembly/pom.xml
+++ b/sca-java-2.x/trunk/testing/compliance-tests/assembly/pom.xml
@@ -115,7 +115,7 @@
<executions>
<execution>
<id>unpack</id>
- <phase>test-compile</phase>
+ <phase>process-classes</phase>
<goals>
<goal>unpack</goal>
</goals>