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

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Nov 16 08:29:18 EST 2009


Author: ataylor
Date: 2009-11-16 08:29:18 -0500 (Mon, 16 Nov 2009)
New Revision: 8290

Modified:
   trunk/build-thirdparty.xml
Log:
added maven debug flag

Modified: trunk/build-thirdparty.xml
===================================================================
--- trunk/build-thirdparty.xml	2009-11-16 12:13:10 UTC (rev 8289)
+++ trunk/build-thirdparty.xml	2009-11-16 13:29:18 UTC (rev 8290)
@@ -93,7 +93,7 @@
    <target name="maven-install" description="Run the install goal against the maven build"
           depends="maven-init">
 
-     <property name="maven.opts" value=""/>
+     <property name="maven.opts" value="--debug"/>
      <property name="maven.install.opts" value="-Dintegrated-build ${maven.opts}"/>
 
      <maven basedir="${basedir}"



More information about the hornetq-commits mailing list