diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-14 09:38:33 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-14 09:38:33 +0000 |
commit | e220ce4dd5eb80f630a205d73b41787543fa8d6b (patch) | |
tree | fd91b45741fbfd95b8d7738c7a0443615b53204c /sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml | |
parent | 38114932e97227e338ca3761fec940b1dc773f9e (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 '')
-rw-r--r-- | sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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>
|