[jbossws-commits] JBossWS SVN: r4459 - stack/cxf/trunk/ant-import.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Aug 22 05:12:20 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-08-22 05:12:20 -0400 (Wed, 22 Aug 2007)
New Revision: 4459

Modified:
   stack/cxf/trunk/ant-import/build-thirdparty.xml
Log:
mvn clean install -Pfastinstall,everything

Modified: stack/cxf/trunk/ant-import/build-thirdparty.xml
===================================================================
--- stack/cxf/trunk/ant-import/build-thirdparty.xml	2007-08-22 08:59:31 UTC (rev 4458)
+++ stack/cxf/trunk/ant-import/build-thirdparty.xml	2007-08-22 09:12:20 UTC (rev 4459)
@@ -131,6 +131,7 @@
   <!-- Build using maven -->
   <target name="cxf-maven-build" depends="cxf-commit-revision" unless="cxf.build.available">
     <exec dir="${apache.cxf.dir}" executable="mvn" failonerror="true">
+      <arg value="clean"/>
       <arg value="install"/>
       <arg value="-Pfastinstall,everything"/>
     </exec>




More information about the jbossws-commits mailing list