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}"
Show replies by date