Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.8
-
Labels:None
-
Number of attachments :
Description
When maven.compile.executable is set and maven.compile.fork=true, the java plugin can compile under a different jdk than that used to run maven. The jar plugin currently always just puts $
{java.version}into the Build JDK attribute. The version used by the java plugin should be used instead.
Fixed with
MPJAR-36.