JBossWS SVN: r12084 - stack/metro/trunk.
by jbossws-commits@lists.jboss.org
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>
<!--
14 years, 8 months
JBossWS SVN: r12083 - stack/cxf/trunk.
by jbossws-commits@lists.jboss.org
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>
<!--
14 years, 8 months
JBossWS SVN: r12082 - stack/native/trunk.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2010-04-21 12:07:14 -0400 (Wed, 21 Apr 2010)
New Revision: 12082
Modified:
stack/native/trunk/build.xml
stack/native/trunk/pom.xml
Log:
[JBWS-3005] Moving back to a modified jbossws-parent + temporarly disabling help:effective-settings calls
Modified: stack/native/trunk/build.xml
===================================================================
--- stack/native/trunk/build.xml 2010-04-21 15:31:24 UTC (rev 12081)
+++ stack/native/trunk/build.xml 2010-04-21 16:07:14 UTC (rev 12082)
@@ -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"/>
Modified: stack/native/trunk/pom.xml
===================================================================
--- stack/native/trunk/pom.xml 2010-04-21 15:31:24 UTC (rev 12081)
+++ stack/native/trunk/pom.xml 2010-04-21 16:07:14 UTC (rev 12082)
@@ -16,14 +16,15 @@
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
<packaging>pom</packaging>
+ <description>JBossWS Native stack</description>
<version>3.3.0-SNAPSHOT</version>
<!-- Parent -->
<parent>
- <groupId>org.jboss</groupId>
- <artifactId>jboss-parent</artifactId>
- <version>5</version>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-parent</artifactId>
+ <version>1.0.6-SNAPSHOT</version>
</parent>
<!-- Source Control Management -->
@@ -57,7 +58,6 @@
<jbossws.jboss601.version>3.2.1.GA</jbossws.jboss601.version>
-->
<!-- END -->
- <maven.assembly.plugin.version>2.2-beta-2</maven.assembly.plugin.version>
<codehaus.jettison.version>1.0-RC2</codehaus.jettison.version>
<commons.logging.version>1.1.1</commons.logging.version>
<javassist.version>3.6.0.GA</javassist.version>
@@ -448,7 +448,6 @@
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
- <version>${maven.assembly.plugin.version}</version>
<configuration>
<finalName>deploy-artifacts</finalName>
<ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
@@ -495,7 +494,6 @@
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
- <version>${maven.assembly.plugin.version}</version>
<configuration>
<finalName>jbossws-native-bin-dist</finalName>
<ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
@@ -519,7 +517,6 @@
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
- <version>${maven.assembly.plugin.version}</version>
<configuration>
<finalName>jbossws-native-src-dist</finalName>
<ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
14 years, 8 months
JBossWS SVN: r12081 - container/jboss50/branches/jbossws-jboss501.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2010-04-21 11:31:24 -0400 (Wed, 21 Apr 2010)
New Revision: 12081
Modified:
container/jboss50/branches/jbossws-jboss501/pom.xml
Log:
[JBWS-3005] Moving back to a modified jbossws-parent
Modified: container/jboss50/branches/jbossws-jboss501/pom.xml
===================================================================
--- container/jboss50/branches/jbossws-jboss501/pom.xml 2010-04-21 15:29:08 UTC (rev 12080)
+++ container/jboss50/branches/jbossws-jboss501/pom.xml 2010-04-21 15:31:24 UTC (rev 12081)
@@ -5,14 +5,15 @@
<name>JBoss Web Services - Container JBoss-5.0.1.GA</name>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-jboss501</artifactId>
+ <description>JBossWS Container integration for JBoss AS 5.0.1.GA</description>
<version>3.3.0-SNAPSHOT</version>
<!-- Parent -->
<parent>
- <groupId>org.jboss</groupId>
- <artifactId>jboss-parent</artifactId>
- <version>5</version>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-parent</artifactId>
+ <version>1.0.6-SNAPSHOT</version>
</parent>
<!-- Source Control Management -->
14 years, 8 months
JBossWS SVN: r12080 - container/jboss50/branches/jbossws-jboss510.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2010-04-21 11:29:08 -0400 (Wed, 21 Apr 2010)
New Revision: 12080
Modified:
container/jboss50/branches/jbossws-jboss510/pom.xml
Log:
[JBWS-3005] Moving back to a modified jbossws-parent
Modified: container/jboss50/branches/jbossws-jboss510/pom.xml
===================================================================
--- container/jboss50/branches/jbossws-jboss510/pom.xml 2010-04-21 15:22:07 UTC (rev 12079)
+++ container/jboss50/branches/jbossws-jboss510/pom.xml 2010-04-21 15:29:08 UTC (rev 12080)
@@ -5,14 +5,15 @@
<name>JBoss Web Services - Container JBoss-5.1.0.GA</name>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-jboss510</artifactId>
+ <description>JBossWS Container integration for JBoss AS 5.1.0.GA</description>
<version>3.3.0-SNAPSHOT</version>
<!-- Parent -->
<parent>
- <groupId>org.jboss</groupId>
- <artifactId>jboss-parent</artifactId>
- <version>5</version>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-parent</artifactId>
+ <version>1.0.6-SNAPSHOT</version>
</parent>
<!-- Source Control Management -->
14 years, 8 months
JBossWS SVN: r12079 - container/jboss60/branches/jbossws-jboss600M2.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2010-04-21 11:22:07 -0400 (Wed, 21 Apr 2010)
New Revision: 12079
Modified:
container/jboss60/branches/jbossws-jboss600M2/pom.xml
Log:
[JBWS-3005] Moving back to a modified version of jbossws-parent
Modified: container/jboss60/branches/jbossws-jboss600M2/pom.xml
===================================================================
--- container/jboss60/branches/jbossws-jboss600M2/pom.xml 2010-04-21 15:04:41 UTC (rev 12078)
+++ container/jboss60/branches/jbossws-jboss600M2/pom.xml 2010-04-21 15:22:07 UTC (rev 12079)
@@ -5,14 +5,15 @@
<name>JBoss Web Services - Container JBoss-6.0.0.M2</name>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-jboss600M2</artifactId>
+ <description>JBossWS Container integration for JBoss AS 6.0.0.M2</description>
<version>3.3.0-SNAPSHOT</version>
<!-- Parent -->
<parent>
- <groupId>org.jboss</groupId>
- <artifactId>jboss-parent</artifactId>
- <version>5</version>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-parent</artifactId>
+ <version>1.0.6-SNAPSHOT</version>
</parent>
<!-- Source Control Management -->
14 years, 8 months
JBossWS SVN: r12078 - framework/trunk.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2010-04-21 11:04:41 -0400 (Wed, 21 Apr 2010)
New Revision: 12078
Modified:
framework/trunk/pom.xml
Log:
[JBWS-3005] Moving back to a modified version of jbossws-parent
Modified: framework/trunk/pom.xml
===================================================================
--- framework/trunk/pom.xml 2010-04-21 14:58:32 UTC (rev 12077)
+++ framework/trunk/pom.xml 2010-04-21 15:04:41 UTC (rev 12078)
@@ -5,14 +5,15 @@
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-framework</artifactId>
<packaging>jar</packaging>
+ <description>JBossWS Framework</description>
<version>3.3.0-SNAPSHOT</version>
<!-- Parent -->
<parent>
- <groupId>org.jboss</groupId>
- <artifactId>jboss-parent</artifactId>
- <version>5</version>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-parent</artifactId>
+ <version>1.0.6-SNAPSHOT</version>
</parent>
<!-- Source Control Management -->
14 years, 8 months
JBossWS SVN: r12077 - common/trunk.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2010-04-21 10:58:32 -0400 (Wed, 21 Apr 2010)
New Revision: 12077
Modified:
common/trunk/pom.xml
Log:
[JBWS-3005] Moving back to a modified version of jbossws-parent
Modified: common/trunk/pom.xml
===================================================================
--- common/trunk/pom.xml 2010-04-21 14:56:01 UTC (rev 12076)
+++ common/trunk/pom.xml 2010-04-21 14:58:32 UTC (rev 12077)
@@ -7,14 +7,15 @@
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-common</artifactId>
<packaging>jar</packaging>
+ <description>JBossWS Common</description>
<version>1.3.0-SNAPSHOT</version>
<!-- Parent -->
<parent>
- <groupId>org.jboss</groupId>
- <artifactId>jboss-parent</artifactId>
- <version>5</version>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-parent</artifactId>
+ <version>1.0.6-SNAPSHOT</version>
</parent>
<!-- Source Control Management -->
14 years, 8 months
JBossWS SVN: r12076 - spi/trunk.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2010-04-21 10:56:01 -0400 (Wed, 21 Apr 2010)
New Revision: 12076
Modified:
spi/trunk/pom.xml
Log:
[JBWS-3005] Moving back to a modified version of jbossws-parent
Modified: spi/trunk/pom.xml
===================================================================
--- spi/trunk/pom.xml 2010-04-21 14:51:54 UTC (rev 12075)
+++ spi/trunk/pom.xml 2010-04-21 14:56:01 UTC (rev 12076)
@@ -5,14 +5,15 @@
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-spi</artifactId>
<packaging>jar</packaging>
+ <description>JBossWS SPI</description>
<version>1.3.0-SNAPSHOT</version>
<!-- Parent -->
<parent>
- <groupId>org.jboss</groupId>
- <artifactId>jboss-parent</artifactId>
- <version>5</version>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-parent</artifactId>
+ <version>1.0.6-SNAPSHOT</version>
</parent>
<!-- Source Control Management -->
14 years, 8 months