[jboss-cvs] JBossAS SVN: r105228 - branches/JBPAPP_5_0/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 25 14:45:50 EDT 2010


Author: rrajesh
Date: 2010-05-25 14:45:50 -0400 (Tue, 25 May 2010)
New Revision: 105228

Modified:
   branches/JBPAPP_5_0/build/build.xml
Log:
JBPAPP-4376 Removed r.j.o/maven2 and configured out-of-the box build

Modified: branches/JBPAPP_5_0/build/build.xml
===================================================================
--- branches/JBPAPP_5_0/build/build.xml	2010-05-25 18:45:30 UTC (rev 105227)
+++ branches/JBPAPP_5_0/build/build.xml	2010-05-25 18:45:50 UTC (rev 105228)
@@ -1360,7 +1360,7 @@
         <sysproperty key="maven.home" value="${maven.home}" />
         <!-- Use a private maven repo for EAP, since it reuses groupids, and would pollute the users repo -->
         <sysproperty key="maven.repo.local" value="${basedir}/../maven-repository"/>
-        <arg line="--batch-mode @{options} @{goal}" />
+        <arg line="--batch-mode -s ../tools/maven/conf/settings.xml @{options} @{goal}" />
       </java>
     </sequential>
   </macrodef>




More information about the jboss-cvs-commits mailing list