Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
3.3
-
None
-
None
Description
Please set the default value of the targetJdk parameter to ${maven.compiler.target} by changing the code block
@Parameter( property = "targetJdk" ) private String targetJdk;
to
@Parameter( property = "targetJdk", defaultValue = "${maven.compiler.target}" ) private String targetJdk;
Attachments
Issue Links
- duplicates
-
MPMD-170 Have targetJdk default to maven.compiler.target
- Closed