JBossWS SVN: r12094 - framework/tags/jbossws-framework-3.3.0.CR2.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2010-04-22 11:24:45 -0400 (Thu, 22 Apr 2010)
New Revision: 12094
Added:
framework/tags/jbossws-framework-3.3.0.CR2/README
Modified:
framework/tags/jbossws-framework-3.3.0.CR2/pom.xml
Log:
[JBWS-3005] Updating pom + adding readme
Added: framework/tags/jbossws-framework-3.3.0.CR2/README
===================================================================
--- framework/tags/jbossws-framework-3.3.0.CR2/README (rev 0)
+++ framework/tags/jbossws-framework-3.3.0.CR2/README 2010-04-22 15:24:45 UTC (rev 12094)
@@ -0,0 +1,5 @@
+Setting up Maven environment
+----------------------------
+
+In order to build this version of JBossWS you need to properly setup your local Maven settings.
+Please look at https://community.jboss.org/wiki/JBossWS-Mavenization#Create_or_Update_Ma...
Modified: framework/tags/jbossws-framework-3.3.0.CR2/pom.xml
===================================================================
--- framework/tags/jbossws-framework-3.3.0.CR2/pom.xml 2010-04-22 15:17:43 UTC (rev 12093)
+++ framework/tags/jbossws-framework-3.3.0.CR2/pom.xml 2010-04-22 15:24:45 UTC (rev 12094)
@@ -5,6 +5,7 @@
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-framework</artifactId>
<packaging>jar</packaging>
+ <description>JBossWS Framework</description>
<version>3.3.0.CR2</version>
@@ -12,7 +13,7 @@
<parent>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-parent</artifactId>
- <version>1.0.5.GA</version>
+ <version>1.0.6.GA</version>
</parent>
<!-- Source Control Management -->
14 years, 8 months
JBossWS SVN: r12093 - common/tags/jbossws-common-1.3.0.CR2.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2010-04-22 11:17:43 -0400 (Thu, 22 Apr 2010)
New Revision: 12093
Added:
common/tags/jbossws-common-1.3.0.CR2/README
Modified:
common/tags/jbossws-common-1.3.0.CR2/pom.xml
Log:
[JBWS-3005] Updating pom + adding readme
Added: common/tags/jbossws-common-1.3.0.CR2/README
===================================================================
--- common/tags/jbossws-common-1.3.0.CR2/README (rev 0)
+++ common/tags/jbossws-common-1.3.0.CR2/README 2010-04-22 15:17:43 UTC (rev 12093)
@@ -0,0 +1,5 @@
+Setting up Maven environment
+----------------------------
+
+In order to build this version of JBossWS you need to properly setup your local Maven settings.
+Please look at https://community.jboss.org/wiki/JBossWS-Mavenization#Create_or_Update_Ma...
Modified: common/tags/jbossws-common-1.3.0.CR2/pom.xml
===================================================================
--- common/tags/jbossws-common-1.3.0.CR2/pom.xml 2010-04-22 15:07:26 UTC (rev 12092)
+++ common/tags/jbossws-common-1.3.0.CR2/pom.xml 2010-04-22 15:17:43 UTC (rev 12093)
@@ -7,6 +7,7 @@
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-common</artifactId>
<packaging>jar</packaging>
+ <description>JBossWS Common</description>
<version>1.3.0.CR2</version>
@@ -14,7 +15,7 @@
<parent>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-parent</artifactId>
- <version>1.0.5.GA</version>
+ <version>1.0.6.GA</version>
</parent>
<!-- Source Control Management -->
14 years, 8 months
JBossWS SVN: r12092 - spi/tags/jbossws-spi-1.3.0.CR2.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2010-04-22 11:07:26 -0400 (Thu, 22 Apr 2010)
New Revision: 12092
Added:
spi/tags/jbossws-spi-1.3.0.CR2/README
Modified:
spi/tags/jbossws-spi-1.3.0.CR2/pom.xml
Log:
Updating pom + adding readme
Added: spi/tags/jbossws-spi-1.3.0.CR2/README
===================================================================
--- spi/tags/jbossws-spi-1.3.0.CR2/README (rev 0)
+++ spi/tags/jbossws-spi-1.3.0.CR2/README 2010-04-22 15:07:26 UTC (rev 12092)
@@ -0,0 +1,5 @@
+Setting up Maven environment
+----------------------------
+
+In order to build this version of JBossWS you need to properly setup your local Maven settings.
+Please look at https://community.jboss.org/wiki/JBossWS-Mavenization#Create_or_Update_Ma...
Modified: spi/tags/jbossws-spi-1.3.0.CR2/pom.xml
===================================================================
--- spi/tags/jbossws-spi-1.3.0.CR2/pom.xml 2010-04-22 12:53:45 UTC (rev 12091)
+++ spi/tags/jbossws-spi-1.3.0.CR2/pom.xml 2010-04-22 15:07:26 UTC (rev 12092)
@@ -5,6 +5,7 @@
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-spi</artifactId>
<packaging>jar</packaging>
+ <description>JBossWS SPI</description>
<version>1.3.0.CR2</version>
@@ -12,7 +13,7 @@
<parent>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-parent</artifactId>
- <version>1.0.5.GA</version>
+ <version>1.0.6.GA</version>
</parent>
<!-- Source Control Management -->
14 years, 8 months
JBossWS SVN: r12091 - maven/parent/trunk.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2010-04-22 08:53:45 -0400 (Thu, 22 Apr 2010)
New Revision: 12091
Modified:
maven/parent/trunk/pom.xml
Log:
Moving to next dev phase
Modified: maven/parent/trunk/pom.xml
===================================================================
--- maven/parent/trunk/pom.xml 2010-04-22 12:52:37 UTC (rev 12090)
+++ maven/parent/trunk/pom.xml 2010-04-22 12:53:45 UTC (rev 12091)
@@ -6,8 +6,9 @@
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-parent</artifactId>
<packaging>pom</packaging>
+ <description>Maven parent for JBossWS artifacts</description>
- <version>1.0.6-SNAPSHOT</version>
+ <version>1.0.7-SNAPSHOT</version>
<organization>
<name>JBoss, by Red Hat</name>
14 years, 8 months
JBossWS SVN: r12090 - maven/parent/tags.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2010-04-22 08:52:37 -0400 (Thu, 22 Apr 2010)
New Revision: 12090
Added:
maven/parent/tags/jbossws-parent-1.0.6.GA/
Log:
Tag jbossws-parent-1.0.6.GA
Copied: maven/parent/tags/jbossws-parent-1.0.6.GA (from rev 12089, maven/parent/trunk)
14 years, 8 months
JBossWS SVN: r12089 - stack/cxf/trunk.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2010-04-22 07:01:17 -0400 (Thu, 22 Apr 2010)
New Revision: 12089
Modified:
stack/cxf/trunk/build.xml
Log:
[JBWS-3005] Re-enabling help:effective-settings call
Modified: stack/cxf/trunk/build.xml
===================================================================
--- stack/cxf/trunk/build.xml 2010-04-22 10:53:24 UTC (rev 12088)
+++ stack/cxf/trunk/build.xml 2010-04-22 11:01:17 UTC (rev 12089)
@@ -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"/>
14 years, 8 months
JBossWS SVN: r12088 - stack/metro/trunk.
by jbossws-commits@lists.jboss.org
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"/>
14 years, 8 months
JBossWS SVN: r12087 - maven/parent/trunk.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2010-04-22 06:50:43 -0400 (Thu, 22 Apr 2010)
New Revision: 12087
Modified:
maven/parent/trunk/pom.xml
Log:
[JBWS-3005] Setting maven help plugin version to prevent using snapshots for it
Modified: maven/parent/trunk/pom.xml
===================================================================
--- maven/parent/trunk/pom.xml 2010-04-22 10:37:48 UTC (rev 12086)
+++ maven/parent/trunk/pom.xml 2010-04-22 10:50:43 UTC (rev 12087)
@@ -90,6 +90,10 @@
<pluginManagement>
<plugins>
<plugin>
+ <artifactId>maven-help-plugin</artifactId>
+ <version>2.1.1</version>
+ </plugin>
+ <plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2.SP1</version>
</plugin>
14 years, 8 months
JBossWS SVN: r12086 - stack/native/trunk.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)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"/>
14 years, 8 months
JBossWS SVN: r12085 - container.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2010-04-22 03:42:36 -0400 (Thu, 22 Apr 2010)
New Revision: 12085
Removed:
container/jboss51/
Log:
removing empty repository
14 years, 8 months