[jboss-cvs] JBossAS SVN: r110737 - branches/JBPAPP_5_1/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 22 12:25:42 EST 2011


Author: pgier
Date: 2011-02-22 12:25:42 -0500 (Tue, 22 Feb 2011)
New Revision: 110737

Modified:
   branches/JBPAPP_5_1/build/build.xml
Log:
o Specify the absolute path to the Maven settings file

Modified: branches/JBPAPP_5_1/build/build.xml
===================================================================
--- branches/JBPAPP_5_1/build/build.xml	2011-02-22 16:05:01 UTC (rev 110736)
+++ branches/JBPAPP_5_1/build/build.xml	2011-02-22 17:25:42 UTC (rev 110737)
@@ -1390,7 +1390,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 -s ../tools/maven/conf/settings.xml @{options} @{goal}" />
+        <arg line="--batch-mode -s ${basedir}/../tools/maven/conf/settings.xml @{options} @{goal}" />
       </java>
     </sequential>
   </macrodef>



More information about the jboss-cvs-commits mailing list