[hornetq-commits] JBoss hornetq SVN: r9274 - trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu May 27 17:02:03 EDT 2010


Author: clebert.suconic at jboss.com
Date: 2010-05-27 17:02:02 -0400 (Thu, 27 May 2010)
New Revision: 9274

Modified:
   trunk/build-maven.xml
Log:
tweak only

Modified: trunk/build-maven.xml
===================================================================
--- trunk/build-maven.xml	2010-05-27 13:35:33 UTC (rev 9273)
+++ trunk/build-maven.xml	2010-05-27 21:02:02 UTC (rev 9274)
@@ -147,6 +147,8 @@
        <!-- install the jar -->
        <exec executable="mvn">
         <arg value="install:install-file"/>
+        <!-- uncomment the following line to deploy to the JBoss 5 repository -->
+        <!-- arg value="-Dmaven.repo.local=/work/eap-location/maven-repository"/ -->
         <arg value="-DgroupId=org.hornetq"/>
         <arg value="-DartifactId=${artifact.id}"/>
         <arg value="-Dversion=${hornetq.version}"/>
@@ -157,6 +159,8 @@
        <exec executable="mvn">
         <arg value="install:install-file"/>
         <arg value="-DgroupId=org.hornetq"/>
+        <!-- uncomment the following line to deploy to the JBoss 5 repository -->
+        <!-- arg value="-Dmaven.repo.local=/work/eap-location/maven-repository"/ -->
         <arg value="-DartifactId=${artifact.id}"/>
         <arg value="-Dversion=${hornetq.version}"/>
         <arg value="-Dpackaging=jar"/>



More information about the hornetq-commits mailing list