简体   繁体   中英

What's the latest version of build-helper-maven-plugin that requires JDK 1.6?

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM