You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2006/10/19 03:03:03 UTC

svn commit: r465434 - /webservices/axis2/branches/java/1_1/modules/adb-codegen/maven.xml

Author: dims
Date: Wed Oct 18 18:03:03 2006
New Revision: 465434

URL: http://svn.apache.org/viewvc?view=rev&rev=465434
Log:
convert to pregoal

Modified:
    webservices/axis2/branches/java/1_1/modules/adb-codegen/maven.xml

Modified: webservices/axis2/branches/java/1_1/modules/adb-codegen/maven.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/adb-codegen/maven.xml?view=diff&rev=465434&r1=465433&r2=465434
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/adb-codegen/maven.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/adb-codegen/maven.xml Wed Oct 18 18:03:03 2006
@@ -18,7 +18,7 @@
     </preGoal>
 
 <!-- run the schema compiler -->
-    <postGoal name="test:compile">
+    <preGoal name="test:compile">
         <!--<j:if test="context.getVariable('maven.test.skip') != 'true'}">-->
 
         <j:set var="compiled.classes.dir" value="target/classes"/>
@@ -165,5 +165,5 @@
         <ant:path id="schema.generated.classes.dir" location="${schema.generated.classes.dir}"/>
         <maven:addPath id="maven.dependency.classpath" refid="schema.generated.classes.dir"/>
         <!--</j:if>-->
-    </postGoal>
+    </preGoal>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org