javamavenmaven-3build-helper-maven-plugin

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.


Solution

  • Looking at Build Helper Maven Plugin versions, here

    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.