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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 27 11:01:45 EDT 2009


Author: jason.greene at jboss.com
Date: 2009-07-27 11:01:45 -0400 (Mon, 27 Jul 2009)
New Revision: 91676

Modified:
   branches/JBPAPP_5_0/build/build.xml
Log:
Make EAP use a private maven repo to prevent polluting user repos


Modified: branches/JBPAPP_5_0/build/build.xml
===================================================================
--- branches/JBPAPP_5_0/build/build.xml	2009-07-27 14:53:03 UTC (rev 91675)
+++ branches/JBPAPP_5_0/build/build.xml	2009-07-27 15:01:45 UTC (rev 91676)
@@ -1121,6 +1121,8 @@
         </classpath>
         <sysproperty key="classworlds.conf" value="${maven.home}/bin/m2.conf" />
         <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}" />
       </java>
     </sequential>




More information about the jboss-cvs-commits mailing list