Author: alessio.soldano(a)jboss.com
Date: 2010-04-21 13:33:39 -0400 (Wed, 21 Apr 2010)
New Revision: 12083
Modified:
stack/cxf/trunk/build.xml
stack/cxf/trunk/pom.xml
Log:
[JBWS-3005] Moving back to a modified jbossws-parent + temp disabling
help:effective-settings call
Modified: stack/cxf/trunk/build.xml
===================================================================
--- stack/cxf/trunk/build.xml 2010-04-21 16:07:14 UTC (rev 12082)
+++ stack/cxf/trunk/build.xml 2010-04-21 17:33:39 UTC (rev 12083)
@@ -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/cxf/trunk/pom.xml
===================================================================
--- stack/cxf/trunk/pom.xml 2010-04-21 16:07:14 UTC (rev 12082)
+++ stack/cxf/trunk/pom.xml 2010-04-21 17:33:39 UTC (rev 12083)
@@ -16,6 +16,7 @@
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
<packaging>pom</packaging>
+ <description>JBossWS CXF 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 -->
@@ -505,24 +506,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>
<!--