You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2018/02/06 20:22:27 UTC

svn commit: r1823386 - in /axis/axis2/java/core/trunk: modules/tool/axis2-aar-maven-plugin/pom.xml modules/tool/axis2-java2wsdl-maven-plugin/pom.xml modules/tool/axis2-repo-maven-plugin/pom.xml modules/tool/axis2-wsdl2code-maven-plugin/pom.xml pom.xml

Author: veithen
Date: Tue Feb  6 20:22:27 2018
New Revision: 1823386

URL: http://svn.apache.org/viewvc?rev=1823386&view=rev
Log:
Deploy a better workaround for MINVOKER-191.

Modified:
    axis/axis2/java/core/trunk/modules/tool/axis2-aar-maven-plugin/pom.xml
    axis/axis2/java/core/trunk/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml
    axis/axis2/java/core/trunk/modules/tool/axis2-repo-maven-plugin/pom.xml
    axis/axis2/java/core/trunk/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml
    axis/axis2/java/core/trunk/pom.xml

Modified: axis/axis2/java/core/trunk/modules/tool/axis2-aar-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/axis2-aar-maven-plugin/pom.xml?rev=1823386&r1=1823385&r2=1823386&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/tool/axis2-aar-maven-plugin/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/tool/axis2-aar-maven-plugin/pom.xml Tue Feb  6 20:22:27 2018
@@ -107,13 +107,13 @@
                 </configuration>
             </plugin>
             <plugin>
-                <!-- Work around MINVOKER-191 -->
-                <artifactId>maven-install-plugin</artifactId>
+                <groupId>com.github.veithen.invoker</groupId>
+                <artifactId>resolver-proxy-maven-plugin</artifactId>
                 <executions>
                     <execution>
-                        <phase>pre-integration-test</phase>
                         <goals>
-                            <goal>install</goal>
+                            <goal>start</goal>
+                            <goal>stop</goal>
                         </goals>
                     </execution>
                 </executions>

Modified: axis/axis2/java/core/trunk/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml?rev=1823386&r1=1823385&r2=1823386&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml Tue Feb  6 20:22:27 2018
@@ -81,13 +81,13 @@
                 </configuration>
             </plugin>
             <plugin>
-                <!-- Work around MINVOKER-191 -->
-                <artifactId>maven-install-plugin</artifactId>
+                <groupId>com.github.veithen.invoker</groupId>
+                <artifactId>resolver-proxy-maven-plugin</artifactId>
                 <executions>
                     <execution>
-                        <phase>pre-integration-test</phase>
                         <goals>
-                            <goal>install</goal>
+                            <goal>start</goal>
+                            <goal>stop</goal>
                         </goals>
                     </execution>
                 </executions>

Modified: axis/axis2/java/core/trunk/modules/tool/axis2-repo-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/axis2-repo-maven-plugin/pom.xml?rev=1823386&r1=1823385&r2=1823386&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/tool/axis2-repo-maven-plugin/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/tool/axis2-repo-maven-plugin/pom.xml Tue Feb  6 20:22:27 2018
@@ -117,13 +117,13 @@
                 </configuration>
             </plugin>
             <plugin>
-                <!-- Work around MINVOKER-191 -->
-                <artifactId>maven-install-plugin</artifactId>
+                <groupId>com.github.veithen.invoker</groupId>
+                <artifactId>resolver-proxy-maven-plugin</artifactId>
                 <executions>
                     <execution>
-                        <phase>pre-integration-test</phase>
                         <goals>
-                            <goal>install</goal>
+                            <goal>start</goal>
+                            <goal>stop</goal>
                         </goals>
                     </execution>
                 </executions>

Modified: axis/axis2/java/core/trunk/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml?rev=1823386&r1=1823385&r2=1823386&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml Tue Feb  6 20:22:27 2018
@@ -190,13 +190,13 @@
                 </configuration>
             </plugin>
             <plugin>
-                <!-- Work around MINVOKER-191 -->
-                <artifactId>maven-install-plugin</artifactId>
+                <groupId>com.github.veithen.invoker</groupId>
+                <artifactId>resolver-proxy-maven-plugin</artifactId>
                 <executions>
                     <execution>
-                        <phase>pre-integration-test</phase>
                         <goals>
-                            <goal>install</goal>
+                            <goal>start</goal>
+                            <goal>stop</goal>
                         </goals>
                     </execution>
                 </executions>

Modified: axis/axis2/java/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/pom.xml?rev=1823386&r1=1823385&r2=1823386&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/pom.xml (original)
+++ axis/axis2/java/core/trunk/pom.xml Tue Feb  6 20:22:27 2018
@@ -1278,6 +1278,11 @@
                     <version>9.3.10.v20160621</version>
                 </plugin>
                 <plugin>
+                    <groupId>com.github.veithen.invoker</groupId>
+                    <artifactId>resolver-proxy-maven-plugin</artifactId>
+                    <version>0.1</version>
+                </plugin>
+                <plugin>
                     <artifactId>maven-invoker-plugin</artifactId>
                     <version>3.0.1</version>
                     <configuration>