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/09/20 20:31:20 UTC

svn commit: r448293 - /webservices/axis2/trunk/java/modules/integration/maven.xml

Author: dims
Date: Wed Sep 20 11:31:19 2006
New Revision: 448293

URL: http://svn.apache.org/viewvc?view=rev&rev=448293
Log:
oops!

Modified:
    webservices/axis2/trunk/java/modules/integration/maven.xml

Modified: webservices/axis2/trunk/java/modules/integration/maven.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/maven.xml?view=diff&rev=448293&r1=448292&r2=448293
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/maven.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/maven.xml Wed Sep 20 11:31:19 2006
@@ -10,13 +10,13 @@
          xmlns:ant="jelly:ant">
     <j:set var="samples.dir" value="target/samples"/>
 
-    <postGoal name="itest:compilex">
+    <postGoal name="itest:compile">
         <mkdir dir="target/itest-classes/modules"/>
         <copy file="../addressing/target/addressing-${addressing_version}.mar"
               tofile="target/itest-classes/modules/addressing-${addressing_version}.mar"/>
     </postGoal>
 
-    <preGoal name="test:compilex">
+    <preGoal name="test:compile">
         <!-- Set a property that can be picked up from the ant build.xml's -->
         <ant:property name="maven.class.path" refid="maven.dependency.classpath"/>
 
@@ -170,7 +170,7 @@
         </j:if>
     </preGoal>
 
-    <postGoal name="test:compilex">
+    <postGoal name="test:compile">
         <j:if test="${context.getVariable('maven.test.skip') != 'true'}">
 
 			<!-- Service classes for the SecConv tests -->



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