You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by am...@apache.org on 2005/08/06 03:26:36 UTC

svn commit: r230517 - /geronimo/trunk/applications/console-framework/maven.xml

Author: ammulder
Date: Fri Aug  5 18:26:33 2005
New Revision: 230517

URL: http://svn.apache.org/viewcvs?rev=230517&view=rev
Log:
Copy files over *before* creating WAR

Modified:
    geronimo/trunk/applications/console-framework/maven.xml

Modified: geronimo/trunk/applications/console-framework/maven.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/applications/console-framework/maven.xml?rev=230517&r1=230516&r2=230517&view=diff
==============================================================================
--- geronimo/trunk/applications/console-framework/maven.xml (original)
+++ geronimo/trunk/applications/console-framework/maven.xml Fri Aug  5 18:26:33 2005
@@ -6,13 +6,13 @@
     xmlns:velocity="jelly:velocity"
     xmlns:util="jelly:util">
 
-    <postGoal name="war:war">
+    <preGoal name="war:war">
         <ant:unjar dest="${basedir}/target/${pom.artifactId}" src="${maven.repo.local}/pluto/wars/pluto-driver-${pluto_version}.war" overwrite="true">
            <patternset>
               <include name="WEB-INF/classes/**"/>
            </patternset>
         </ant:unjar>
-    </postGoal>
+    </preGoal>
     
     <preGoal name="war:install">
         <attainGoal name="preCompile"/>