summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/compliance-tests
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
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')
-rw-r--r--sca-java-2.x/trunk/compliance-tests/assembly/pom.xml2
-rw-r--r--sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml2
-rw-r--r--sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml2
-rw-r--r--sca-java-2.x/trunk/compliance-tests/policy/pom.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml b/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml
index aca8b0c22f..de2ce896a9 100644
--- a/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml
+++ b/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml
@@ -94,7 +94,7 @@
<executions>
<execution>
<id>unpack</id>
- <phase>compile</phase>
+ <phase>test-compile</phase>
<goals>
<goal>unpack</goal>
</goals>
diff --git a/sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml b/sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml
index 3d6198b7ad..a717dd3090 100644
--- a/sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml
+++ b/sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml
@@ -89,7 +89,7 @@
<executions>
<execution>
<id>unpack</id>
- <phase>compile</phase>
+ <phase>test-compile</phase>
<goals>
<goal>unpack</goal>
</goals>
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>
diff --git a/sca-java-2.x/trunk/compliance-tests/policy/pom.xml b/sca-java-2.x/trunk/compliance-tests/policy/pom.xml
index c77861e486..f0e84b386d 100644
--- a/sca-java-2.x/trunk/compliance-tests/policy/pom.xml
+++ b/sca-java-2.x/trunk/compliance-tests/policy/pom.xml
@@ -104,7 +104,7 @@
<executions>
<execution>
<id>unpack</id>
- <phase>compile</phase>
+ <phase>test-compile</phase>
<goals>
<goal>unpack</goal>
</goals>