Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.5
-
Fix Version/s: 1.8
-
Labels:None
-
Number of attachments :
Description
The selector condition for the JVM version always looks at the current JVM, not the JVM that will be used to run the forked builds. This gets only obvious when using invoker.javaHome to point at a different JVM than the one running the Invoker Plugin.
Issue Links
- depends upon
-
MINVOKER-144
Change Prerequisite version of Maven to 2.2.1
-
- relates to
-
MINVOKER-126
mavenHome in relationship with invoker.maven.version rule
-
One way to figure it out is by calling
{java.home}/bin/java -version and parse the output, but I'm not sure if this is vendor specific.