Author: clebert.suconic(a)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"/>
Show replies by date