summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-05-14 09:38:33 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-05-14 09:38:33 +0000
commite220ce4dd5eb80f630a205d73b41787543fa8d6b (patch)
treefd91b45741fbfd95b8d7738c7a0443615b53204c /sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml
parent38114932e97227e338ca3761fec940b1dc773f9e (diff)
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
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944173 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml')
-rw-r--r--sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml b/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml
index 4d266de3c0..e043c09031 100644
--- a/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml
+++ b/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml
@@ -89,7 +89,7 @@
<executions>
<execution>
<id>unpack</id>
- <phase>compile</phase>
+ <phase>test-compile</phase>
<goals>
<goal>unpack</goal>
</goals>