[jbossws-commits] JBossWS SVN: r12086 - stack/native/trunk.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Apr 22 06:37:49 EDT 2010


Author: alessio.soldano at jboss.com
Date: 2010-04-22 06:37:48 -0400 (Thu, 22 Apr 2010)
New Revision: 12086

Modified:
   stack/native/trunk/build.xml
Log:
[JBWS-3005] Re-enabling mvn help:effective-settings call


Modified: stack/native/trunk/build.xml
===================================================================
--- stack/native/trunk/build.xml	2010-04-22 07:42:36 UTC (rev 12085)
+++ stack/native/trunk/build.xml	2010-04-22 10:37:48 UTC (rev 12086)
@@ -45,10 +45,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"/>



More information about the jbossws-commits mailing list