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
This commit is contained in:
antelder 2010-05-14 09:38:33 +00:00
parent 38114932e9
commit e220ce4dd5
4 changed files with 4 additions and 4 deletions

View file

@ -94,7 +94,7 @@
<executions>
<execution>
<id>unpack</id>
<phase>compile</phase>
<phase>test-compile</phase>
<goals>
<goal>unpack</goal>
</goals>

View file

@ -89,7 +89,7 @@
<executions>
<execution>
<id>unpack</id>
<phase>compile</phase>
<phase>test-compile</phase>
<goals>
<goal>unpack</goal>
</goals>

View file

@ -89,7 +89,7 @@
<executions>
<execution>
<id>unpack</id>
<phase>compile</phase>
<phase>test-compile</phase>
<goals>
<goal>unpack</goal>
</goals>

View file

@ -104,7 +104,7 @@
<executions>
<execution>
<id>unpack</id>
<phase>compile</phase>
<phase>test-compile</phase>
<goals>
<goal>unpack</goal>
</goals>