You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2006/11/14 19:40:06 UTC

svn commit: r474915 - /incubator/cxf/trunk/build.xml

Author: dkulp
Date: Tue Nov 14 10:40:05 2006
New Revision: 474915

URL: http://svn.apache.org/viewvc?view=rev&rev=474915
Log:
Add -U to cruisecontrol forked mvn to force updates of stuff

Modified:
    incubator/cxf/trunk/build.xml

Modified: incubator/cxf/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/build.xml?view=diff&rev=474915&r1=474914&r2=474915
==============================================================================
--- incubator/cxf/trunk/build.xml (original)
+++ incubator/cxf/trunk/build.xml Tue Nov 14 10:40:05 2006
@@ -23,10 +23,10 @@
         <delete file="build.out"/>
         <delete file="build.out.clean"/>
         <exec executable="mvn" dir="${basedir}" failonerror="false" output="build.out.clean" logError="true">
-            <arg line="clean"/>
+            <arg line="-U clean"/>
         </exec>
         <exec executable="mvn" dir="${basedir}" failonerror="false" resultproperty="build.result" output="build.out" logError="true">
-            <arg line="install -Dsurefire.fork.mode=once -Drelease"/>
+            <arg line="-U install -Dsurefire.fork.mode=once -Drelease"/>
         </exec>
 
         <copy todir="target/surefire-reports">