[MRM-252] move the appserver goals to an earlier phase to workaround a bug in Maven 2.0.4 that only appears in Java 6

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@489874 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2006-12-23 10:18:38 +00:00
parent bd0f018852
commit a239fca20b
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@
<extensions>true</extensions>
<executions>
<execution>
<phase>process-resources</phase>
<goals>
<goal>assemble-runtime</goal>
<goal>add-services</goal>