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 ba...@apache.org on 2006/10/31 21:01:46 UTC

svn commit: r469629 - /webservices/axis2/trunk/java/modules/jaxws/maven.xml

Author: barrettj
Date: Tue Oct 31 12:01:45 2006
New Revision: 469629

URL: http://svn.apache.org/viewvc?view=rev&rev=469629
Log:
AXIS2-1110
Additional change to maven.xml to fix -Dmaven.test.skip=true builds

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

Modified: webservices/axis2/trunk/java/modules/jaxws/maven.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jaxws/maven.xml?view=diff&rev=469629&r1=469628&r2=469629
==============================================================================
--- webservices/axis2/trunk/java/modules/jaxws/maven.xml (original)
+++ webservices/axis2/trunk/java/modules/jaxws/maven.xml Tue Oct 31 12:01:45 2006
@@ -149,7 +149,7 @@
         <!--</j:if>-->
     </preGoal>
     
-	<preGoal name="test:test">
+	<postGoal name="test:compile">
 		<ant:copy toDir="target/test-classes/services/EchoService/">
 			<ant:fileset dir="target/test-classes">
 				<ant:include name="server/**"/>
@@ -376,7 +376,7 @@
 			   <ant:include name="org/apache/axis2/jaxws/server/**"/>
 			</ant:fileset>
 		</ant:copy>
-	</preGoal>
+	</postGoal>
 
     <!-- Create the API and Impl jars --> 
     <postGoal name="jar">



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