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

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Dec 1 22:54:54 EST 2010


Author: clebert.suconic at jboss.com
Date: 2010-12-01 22:54:54 -0500 (Wed, 01 Dec 2010)
New Revision: 9971

Modified:
   trunk/build-maven.xml
Log:
typo

Modified: trunk/build-maven.xml
===================================================================
--- trunk/build-maven.xml	2010-12-02 03:53:59 UTC (rev 9970)
+++ trunk/build-maven.xml	2010-12-02 03:54:54 UTC (rev 9971)
@@ -152,7 +152,7 @@
        <exec executable="mvn" dir="./build">
         <arg value="install:install-file"/>
         <!-- uncomment the following line to deploy to the JBoss 5 repository -->
-        <arg value="-Dmaven.repo.local=/work/eap/maven-repository"/>
+        <!-- arg value="-Dmaven.repo.local=/work/eap/maven-repository"/ -->
         <arg value="-DgroupId=org.hornetq"/>
         <arg value="-DartifactId=${artifact.id}"/>
         <arg value="-Dversion=${hornetq.version}"/>
@@ -164,7 +164,7 @@
         <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/maven-repository"/>
+        <!-- arg value="-Dmaven.repo.local=/work/eap/maven-repository"/ -->
         <arg value="-DartifactId=${artifact.id}"/>
         <arg value="-Dversion=${hornetq.version}"/>
         <arg value="-Dpackaging=jar"/>



More information about the hornetq-commits mailing list