The latest version of the Build Helper Maven plugin (1.10 at the moment) requires Java 1.7, which broke my build. The plugin documentation page only shows Java version requirement for the latest version.
The Maven tool uses JDK version 11.0. 10. The default JDK is set to 13.0.
This is the build-helper-maven-plugin contains serveral goals to support you in different kinds of task, like parsing version information, add supplemental source/test folders to a Maven project or attach supplemental artifacts. More details can be found on the goals overview page.
Introduction. In Maven, there are two kinds of plugins, build and reporting: Build plugins are executed during the build and configured in the <build/> element. Reporting plugins are executed during the site generation and configured in the <reporting/> element.
This is the Mojo's Maven plugin for Cobertura. Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program are lacking test coverage.
Looking at Build Helper Maven Plugin versions, here
version 1.9.1 points to parent POM org.codehaus.mojo.mojo-parent
version 33, which still sets its Java target at 1.5 (via the property mojo.java.target
).
version 1.10 points to parent POM org.codehaus.mojo.mojo-parent version 38, which sets its Java target at 1.7
Hence, Build Helper Maven Plugin 1.9.1 is the latest version compatible with Java 6. From that version on, Java 7 is the default target.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With