Author: veithen
Date: Sat Jun 11 17:24:58 2016
New Revision: 1747920

URL: http://svn.apache.org/viewvc?rev=1747920&view=rev
Log:
AXIS2-5779: Ensure that maven-invoker-plugin uses the same JDK as the 'outer' 
Maven session even if the latter is executed by an IDE.

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

Modified: axis/axis2/java/core/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/pom.xml?rev=1747920&r1=1747919&r2=1747920&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/pom.xml (original)
+++ axis/axis2/java/core/trunk/pom.xml Sat Jun 11 17:24:58 2016
@@ -1220,6 +1220,9 @@
                 <plugin>
                     <artifactId>maven-invoker-plugin</artifactId>
                     <version>2.0.0</version>
+                    <configuration>
+                        <javaHome>${java.home}</javaHome>
+                    </configuration>
                 </plugin>
                 
                 <!-- Use 1.5.2 versions of the aar and mar plugins in order to 
avoid


Reply via email to