Author: alessio.soldano(a)jboss.com
Date: 2010-04-22 06:53:24 -0400 (Thu, 22 Apr 2010)
New Revision: 12088
Modified:
stack/metro/trunk/build.xml
Log:
[JBWS-3005] Re-enabling help:effective-settings call
Modified: stack/metro/trunk/build.xml
===================================================================
--- stack/metro/trunk/build.xml 2010-04-22 10:50:43 UTC (rev 12087)
+++ stack/metro/trunk/build.xml 2010-04-22 10:53:24 UTC (rev 12088)
@@ -49,10 +49,10 @@
<target name="mvn-settings" depends="os-init">
<!-- Loads the properties from the effective maven settings -->
<mkdir dir="${stack.output.dir}"/>
-<!-- <exec dir="${basedir}" executable="${mvn}"
failonerror="true">
+ <exec dir="${basedir}" executable="${mvn}"
failonerror="true">
<arg value="-Doutput=${stack.output.dir}/effective-settings.xml"/>
<arg value="help:effective-settings"/>
- </exec>-->
+ </exec>
<xmlproperty file="${stack.output.dir}/effective-settings.xml"
keeproot="false"/>
<condition property="jboss501.home"
value="${profiles.profile.properties.jboss501.home}">
<isset property="profiles.profile.properties.jboss501.home"/>