Author: asoldano
Date: 2015-03-20 06:50:27 -0400 (Fri, 20 Mar 2015)
New Revision: 19584
Modified:
projects/plugins/maven/jaxws-tools/trunk/pom.xml
projects/plugins/maven/jaxws-tools/trunk/src/test/resources/test-argument/wsconsume-plugin-config.xml
projects/plugins/maven/jaxws-tools/trunk/src/test/resources/test-argument/wsprovide-plugin-config.xml
projects/plugins/maven/jaxws-tools/trunk/src/test/resources/test-embedded/testEndorse/pom-cxf.xml
projects/plugins/maven/jaxws-tools/trunk/src/test/resources/test-embedded/testProvidedScope/pom-cxf.xml
projects/plugins/maven/jaxws-tools/trunk/src/test/resources/test-embedded/testWsConsume/pom-cxf.xml
projects/plugins/maven/jaxws-tools/trunk/src/test/resources/test-embedded/testWsProvide/pom-cxf.xml
Log:
[JBWS-3892] Change artifactId to "jaxws-tools-maven-plugin"
Modified: projects/plugins/maven/jaxws-tools/trunk/pom.xml
===================================================================
--- projects/plugins/maven/jaxws-tools/trunk/pom.xml 2015-03-20 10:37:41 UTC (rev 19583)
+++ projects/plugins/maven/jaxws-tools/trunk/pom.xml 2015-03-20 10:50:27 UTC (rev 19584)
@@ -5,7 +5,7 @@
<name>JBoss Web Services - JAX-WS Tools Maven Plugin</name>
<groupId>org.jboss.ws.plugins</groupId>
- <artifactId>maven-jaxws-tools-plugin</artifactId>
+ <artifactId>jaxws-tools-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>1.2.0-SNAPSHOT</version>
Modified:
projects/plugins/maven/jaxws-tools/trunk/src/test/resources/test-argument/wsconsume-plugin-config.xml
===================================================================
---
projects/plugins/maven/jaxws-tools/trunk/src/test/resources/test-argument/wsconsume-plugin-config.xml 2015-03-20
10:37:41 UTC (rev 19583)
+++
projects/plugins/maven/jaxws-tools/trunk/src/test/resources/test-argument/wsconsume-plugin-config.xml 2015-03-20
10:50:27 UTC (rev 19584)
@@ -3,7 +3,7 @@
<plugins>
<plugin>
<groupId>org.jboss.ws.plugins</groupId>
- <artifactId>maven-jaxws-tools-plugin</artifactId>
+ <artifactId>jaxws-tools-maven-plugin</artifactId>
<configuration>
<outputDirectory>output</outputDirectory>
<classpathElements>
Modified:
projects/plugins/maven/jaxws-tools/trunk/src/test/resources/test-argument/wsprovide-plugin-config.xml
===================================================================
---
projects/plugins/maven/jaxws-tools/trunk/src/test/resources/test-argument/wsprovide-plugin-config.xml 2015-03-20
10:37:41 UTC (rev 19583)
+++
projects/plugins/maven/jaxws-tools/trunk/src/test/resources/test-argument/wsprovide-plugin-config.xml 2015-03-20
10:50:27 UTC (rev 19584)
@@ -3,7 +3,7 @@
<plugins>
<plugin>
<groupId>org.jboss.ws.plugins</groupId>
- <artifactId>maven-jaxws-tools-plugin</artifactId>
+ <artifactId>jaxws-tools-maven-plugin</artifactId>
<configuration>
<outputDirectory>output</outputDirectory>
<classpathElements>
Modified:
projects/plugins/maven/jaxws-tools/trunk/src/test/resources/test-embedded/testEndorse/pom-cxf.xml
===================================================================
---
projects/plugins/maven/jaxws-tools/trunk/src/test/resources/test-embedded/testEndorse/pom-cxf.xml 2015-03-20
10:37:41 UTC (rev 19583)
+++
projects/plugins/maven/jaxws-tools/trunk/src/test/resources/test-embedded/testEndorse/pom-cxf.xml 2015-03-20
10:50:27 UTC (rev 19584)
@@ -31,7 +31,7 @@
<plugins>
<plugin>
<groupId>org.jboss.ws.plugins</groupId>
- <artifactId>maven-jaxws-tools-plugin</artifactId>
+ <artifactId>jaxws-tools-maven-plugin</artifactId>
<version>@pom.version(a)</version>
<configuration>
<target>2.2</target> <!-- This is actually ignored by the CXF
tooling, the jaxws 2.2 version is being used because of the endorsing here -->
Modified:
projects/plugins/maven/jaxws-tools/trunk/src/test/resources/test-embedded/testProvidedScope/pom-cxf.xml
===================================================================
---
projects/plugins/maven/jaxws-tools/trunk/src/test/resources/test-embedded/testProvidedScope/pom-cxf.xml 2015-03-20
10:37:41 UTC (rev 19583)
+++
projects/plugins/maven/jaxws-tools/trunk/src/test/resources/test-embedded/testProvidedScope/pom-cxf.xml 2015-03-20
10:50:27 UTC (rev 19584)
@@ -28,7 +28,7 @@
<plugins>
<plugin>
<groupId>org.jboss.ws.plugins</groupId>
- <artifactId>maven-jaxws-tools-plugin</artifactId>
+ <artifactId>jaxws-tools-maven-plugin</artifactId>
<version>@pom.version(a)</version>
<configuration>
<target>2.1</target>
Modified:
projects/plugins/maven/jaxws-tools/trunk/src/test/resources/test-embedded/testWsConsume/pom-cxf.xml
===================================================================
---
projects/plugins/maven/jaxws-tools/trunk/src/test/resources/test-embedded/testWsConsume/pom-cxf.xml 2015-03-20
10:37:41 UTC (rev 19583)
+++
projects/plugins/maven/jaxws-tools/trunk/src/test/resources/test-embedded/testWsConsume/pom-cxf.xml 2015-03-20
10:50:27 UTC (rev 19584)
@@ -28,7 +28,7 @@
<plugins>
<plugin>
<groupId>org.jboss.ws.plugins</groupId>
- <artifactId>maven-jaxws-tools-plugin</artifactId>
+ <artifactId>jaxws-tools-maven-plugin</artifactId>
<version>@pom.version(a)</version>
<configuration>
<verbose>true</verbose>
Modified:
projects/plugins/maven/jaxws-tools/trunk/src/test/resources/test-embedded/testWsProvide/pom-cxf.xml
===================================================================
---
projects/plugins/maven/jaxws-tools/trunk/src/test/resources/test-embedded/testWsProvide/pom-cxf.xml 2015-03-20
10:37:41 UTC (rev 19583)
+++
projects/plugins/maven/jaxws-tools/trunk/src/test/resources/test-embedded/testWsProvide/pom-cxf.xml 2015-03-20
10:50:27 UTC (rev 19584)
@@ -36,7 +36,7 @@
<plugins>
<plugin>
<groupId>org.jboss.ws.plugins</groupId>
- <artifactId>maven-jaxws-tools-plugin</artifactId>
+ <artifactId>jaxws-tools-maven-plugin</artifactId>
<version>@pom.version(a)</version>
<configuration>
<verbose>true</verbose>
Show replies by date