Author: veithen
Date: Sun Dec 24 09:54:22 2017
New Revision: 1819211
URL: http://svn.apache.org/viewvc?rev=1819211&view=rev
Log:
Work around 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
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=1819211&r1=1819210&r2=1819211&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 Sun
Dec 24 09:54:22 2017
@@ -107,11 +107,22 @@
</configuration>
</plugin>
<plugin>
- <artifactId>maven-invoker-plugin</artifactId>
+ <!-- Work around MINVOKER-191 -->
+ <artifactId>maven-install-plugin</artifactId>
<executions>
<execution>
+ <phase>pre-integration-test</phase>
<goals>
<goal>install</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-invoker-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
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=1819211&r1=1819210&r2=1819211&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
Sun Dec 24 09:54:22 2017
@@ -81,11 +81,22 @@
</configuration>
</plugin>
<plugin>
- <artifactId>maven-invoker-plugin</artifactId>
+ <!-- Work around MINVOKER-191 -->
+ <artifactId>maven-install-plugin</artifactId>
<executions>
<execution>
+ <phase>pre-integration-test</phase>
<goals>
<goal>install</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-invoker-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
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=1819211&r1=1819210&r2=1819211&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 Sun
Dec 24 09:54:22 2017
@@ -117,11 +117,22 @@
</configuration>
</plugin>
<plugin>
- <artifactId>maven-invoker-plugin</artifactId>
+ <!-- Work around MINVOKER-191 -->
+ <artifactId>maven-install-plugin</artifactId>
<executions>
<execution>
+ <phase>pre-integration-test</phase>
<goals>
<goal>install</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-invoker-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
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=1819211&r1=1819210&r2=1819211&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
Sun Dec 24 09:54:22 2017
@@ -190,11 +190,22 @@
</configuration>
</plugin>
<plugin>
- <artifactId>maven-invoker-plugin</artifactId>
+ <!-- Work around MINVOKER-191 -->
+ <artifactId>maven-install-plugin</artifactId>
<executions>
<execution>
+ <phase>pre-integration-test</phase>
<goals>
<goal>install</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-invoker-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>