[jboss-cvs] JBossAS SVN: r105225 - branches/JBPAPP_5_1/build.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue May 25 13:42:39 EDT 2010
Author: rrajesh
Date: 2010-05-25 13:42:38 -0400 (Tue, 25 May 2010)
New Revision: 105225
Modified:
branches/JBPAPP_5_1/build/build.xml
Log:
Removed r.j.o/maven2 and configured out-of-the box build
Modified: branches/JBPAPP_5_1/build/build.xml
===================================================================
--- branches/JBPAPP_5_1/build/build.xml 2010-05-25 17:42:10 UTC (rev 105224)
+++ branches/JBPAPP_5_1/build/build.xml 2010-05-25 17:42:38 UTC (rev 105225)
@@ -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