[jboss-cvs] JBossAS SVN: r71717 - trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 3 23:18:59 EDT 2008


Author: pgier
Date: 2008-04-03 23:18:58 -0400 (Thu, 03 Apr 2008)
New Revision: 71717

Modified:
   trunk/build/build.xml
Log:
Small change to put maven thirdparty build into batch mode.  This will prevent maven from attempting to display the download meter when downloading dependencies.

Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml	2008-04-04 02:24:59 UTC (rev 71716)
+++ trunk/build/build.xml	2008-04-04 03:18:58 UTC (rev 71717)
@@ -934,8 +934,8 @@
                   </classpath>
                   <sysproperty key="classworlds.conf" value="${maven.dir}/bin/m2.conf" />
                   <sysproperty key="maven.home" value="${maven.dir}" />
-                  <args />
-                  <arg line="@{goal}" />
+                  <arg value="--batch-mode" />
+                  <arg value="@{goal}" />
               </java>
           </sequential>
       </macrodef> 




More information about the jboss-cvs-commits mailing list