Author: veithen
Date: Sat Oct 27 13:48:03 2018
New Revision: 1844969
URL: http://svn.apache.org/viewvc?rev=1844969&view=rev
Log:
Replace jaxws-maven-plugin with something that works on Java 9.
Modified:
axis/axis2/java/core/trunk/modules/adb-tests/pom.xml
axis/axis2/java/core/trunk/modules/jaxws-integration/pom.xml
axis/axis2/java/core/trunk/pom.xml
Modified: axis/axis2/java/core/trunk/modules/adb-tests/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/adb-tests/pom.xml?rev=1844969&r1=1844968&r2=1844969&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/adb-tests/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/adb-tests/pom.xml Sat Oct 27 13:48:03
2018
@@ -430,13 +430,13 @@
</configuration>
</plugin>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>jaxws-maven-plugin</artifactId>
+ <groupId>com.github.veithen.maven</groupId>
+ <artifactId>wsimport-maven-plugin</artifactId>
<executions>
<execution>
<id>wsimport-mtom</id>
<goals>
- <goal>wsimport-test</goal>
+ <goal>generate-test-sources</goal>
</goals>
<configuration>
<wsdlFiles>
@@ -448,7 +448,7 @@
<execution>
<id>wsimport-axis2-5741</id>
<goals>
- <goal>wsimport-test</goal>
+ <goal>generate-test-sources</goal>
</goals>
<configuration>
<wsdlFiles>
@@ -460,7 +460,7 @@
<execution>
<id>wsimport-axis2-5749</id>
<goals>
- <goal>wsimport-test</goal>
+ <goal>generate-test-sources</goal>
</goals>
<configuration>
<wsdlFiles>
@@ -472,7 +472,7 @@
<execution>
<id>wsimport-axis2-5750</id>
<goals>
- <goal>wsimport-test</goal>
+ <goal>generate-test-sources</goal>
</goals>
<configuration>
<wsdlFiles>
@@ -484,7 +484,7 @@
<execution>
<id>wsimport-axis2-5758</id>
<goals>
- <goal>wsimport-test</goal>
+ <goal>generate-test-sources</goal>
</goals>
<configuration>
<wsdlFiles>
@@ -496,7 +496,7 @@
<execution>
<id>wsimport-axis2-5799</id>
<goals>
- <goal>wsimport-test</goal>
+ <goal>generate-test-sources</goal>
</goals>
<configuration>
<wsdlFiles>
Modified: axis/axis2/java/core/trunk/modules/jaxws-integration/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/jaxws-integration/pom.xml?rev=1844969&r1=1844968&r2=1844969&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/jaxws-integration/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/jaxws-integration/pom.xml Sat Oct 27
13:48:03 2018
@@ -658,13 +658,13 @@
</executions>
</plugin>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>jaxws-maven-plugin</artifactId>
+ <groupId>com.github.veithen.maven</groupId>
+ <artifactId>wsimport-maven-plugin</artifactId>
<executions>
<execution>
<id>wsimport-SOAPActionTest</id>
<goals>
- <goal>wsimport-test</goal>
+ <goal>generate-test-sources</goal>
</goals>
<configuration>
<wsdlFiles>
@@ -675,7 +675,7 @@
<execution>
<id>wsimport-AnyType</id>
<goals>
- <goal>wsimport-test</goal>
+ <goal>generate-test-sources</goal>
</goals>
<configuration>
<wsdlFiles>
@@ -687,7 +687,7 @@
<execution>
<id>wsimport-shapes</id>
<goals>
- <goal>wsimport-test</goal>
+ <goal>generate-test-sources</goal>
</goals>
<configuration>
<wsdlFiles>
@@ -698,7 +698,7 @@
<execution>
<id>wsimport-EchoMessage</id>
<goals>
- <goal>wsimport-test</goal>
+ <goal>generate-test-sources</goal>
</goals>
<configuration>
<wsdlFiles>
@@ -710,7 +710,7 @@
<execution>
<id>wsimport-proxy_doclit_unwr</id>
<goals>
- <goal>wsimport-test</goal>
+ <goal>generate-test-sources</goal>
</goals>
<configuration>
<wsdlFiles>
@@ -722,7 +722,7 @@
<execution>
<id>wsimport-ProxyDocLitWrapped</id>
<goals>
- <goal>wsimport-test</goal>
+ <goal>generate-test-sources</goal>
</goals>
<configuration>
<wsdlFiles>
Modified: axis/axis2/java/core/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/pom.xml?rev=1844969&r1=1844968&r2=1844969&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/pom.xml (original)
+++ axis/axis2/java/core/trunk/pom.xml Sat Oct 27 13:48:03 2018
@@ -1232,14 +1232,9 @@
<version>0.1</version>
</plugin>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>jaxws-maven-plugin</artifactId>
- <version>2.5</version>
- <configuration>
- <vmArgs>
- <vmArg>-Djavax.xml.accessExternalSchema=all</vmArg>
- </vmArgs>
- </configuration>
+ <groupId>com.github.veithen.maven</groupId>
+ <artifactId>wsimport-maven-plugin</artifactId>
+ <version>0.1</version>
</plugin>
<plugin>
<groupId>org.eclipse.jetty</groupId>