-
Type:
Sub-task
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: None
-
Component/s: Maven plugin
-
None
Currently we have two executions of maven-compiler-plugin:
- one with source/target=1.3 for src/main
- one with source/target=1.5 for src/test
Use source/target=1.5 for the whole module.