Author: alessio.soldano(a)jboss.com
Date: 2010-04-21 13:37:40 -0400 (Wed, 21 Apr 2010)
New Revision: 12084
Modified:
stack/metro/trunk/build.xml
stack/metro/trunk/pom.xml
Log:
[JBWS-3005] Moving back to a modified jbossws-parent + temp disabling
help:effective-settings call
Modified: stack/metro/trunk/build.xml
===================================================================
--- stack/metro/trunk/build.xml 2010-04-21 17:33:39 UTC (rev 12083)
+++ stack/metro/trunk/build.xml 2010-04-21 17:37:40 UTC (rev 12084)
@@ -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"/>
Modified: stack/metro/trunk/pom.xml
===================================================================
--- stack/metro/trunk/pom.xml 2010-04-21 17:33:39 UTC (rev 12083)
+++ stack/metro/trunk/pom.xml 2010-04-21 17:37:40 UTC (rev 12084)
@@ -16,6 +16,7 @@
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
<packaging>pom</packaging>
+ <description>JBossWS Metro stack</description>
<version>3.3.0-SNAPSHOT</version>
@@ -23,7 +24,7 @@
<parent>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-parent</artifactId>
- <version>1.0.5.GA</version>
+ <version>1.0.6-SNAPSHOT</version>
</parent>
<!-- Source Control Management -->
@@ -405,26 +406,6 @@
</plugins>
</build>
- <!-- Repositories -->
- <repositories>
- <repository>
- <id>repository.jboss.org</id>
- <
url>http://repository.jboss.org/maven2</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
-
-
- <repository>
- <id>snapshots.jboss.org</id>
- <
url>http://snapshots.jboss.org/maven2</url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- </repositories>
-
<!-- Profiles -->
<profiles>
<!--