Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • the mavenVersion  to declare Maven version we build against (and use it in prerequisites and dependency declarations)
  • the mavenPluginToolsVersion  to declare Maven Plugin Tools version, once as dependency version for org.apache.maven.plugin-tools:maven-plugin-annotations dependency and once for org.apache.maven.plugins:maven-plugin-plugin build plugin (and optionally for org.apache.maven.plugins:maven-plugin-report-plugin).


Hence, a "minimal" Maven Plugin POM (showing elements related to Maven Plugins only) should have elements like this:

...