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/09 00:14:25 UTC

svn commit: r1823614 - /axis/axis2/java/core/trunk/modules/distribution/pom.xml

Author: veithen
Date: Fri Feb  9 00:14:25 2018
New Revision: 1823614

URL: http://svn.apache.org/viewvc?rev=1823614&view=rev
Log:
Set up resolver-proxy-maven-plugin for the distribution module so that mvn verify works as expected.

Modified:
    axis/axis2/java/core/trunk/modules/distribution/pom.xml

Modified: axis/axis2/java/core/trunk/modules/distribution/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/distribution/pom.xml?rev=1823614&r1=1823613&r2=1823614&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/distribution/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/distribution/pom.xml Fri Feb  9 00:14:25 2018
@@ -532,6 +532,18 @@
                 </executions>
             </plugin>
             <plugin>
+                <groupId>com.github.veithen.invoker</groupId>
+                <artifactId>resolver-proxy-maven-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>start</goal>
+                            <goal>stop</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
                 <artifactId>maven-invoker-plugin</artifactId>
                 <executions>
                     <execution>