Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The new generic code makes use of the "diamond" operator, which is valid in Java 7 but not in Java 5. Jenkins build (only?) seems to run a Javadoc goal with the execution id of "default-cli". Normal maven build does not run this goal... The parent pom had been updated to specify source level 7 but not for the execution id of default-cli. Add this configuration as a work-around to get the Jenkins build to work.