Author: jmesnil
Date: 2009-11-26 12:26:51 -0500 (Thu, 26 Nov 2009)
New Revision: 8420
Modified:
trunk/build-thirdparty.xml
Log:
removed maven --debug flag
Modified: trunk/build-thirdparty.xml
===================================================================
--- trunk/build-thirdparty.xml 2009-11-26 16:40:19 UTC (rev 8419)
+++ trunk/build-thirdparty.xml 2009-11-26 17:26:51 UTC (rev 8420)
@@ -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="--debug"/>
+ <property name="maven.opts" value=""/>
<property name="maven.install.opts" value="-Dintegrated-build
${maven.opts}"/>
<maven basedir="${basedir}"
Show replies by date