The Apache Maven team is pleased to announce the release of the Apache Maven Toolchains Plugin, version 3.0.0

The Toolchains Plugins allows to share configuration across plugins. For example to make sure the plugins like compiler, surefire, javadoc, webstart etc. all use the same JDK for execution. Similarly to maven-enforcer-plugin, it allows you to control environmental constraints in the build.

https://maven.apache.org/plugins/maven-toolchains-plugin/

You should specify the version in your project's plugin configuration:

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-toolchains-plugin</artifactId>
  <version>3.0.0</version>
</plugin>

You can download the appropriate sources etc. from the download page:

https://maven.apache.org/plugins/maven-toolchains-plugin/download.cgi


Release Notes - Maven Toolchains Plugin - Version 3.0.0

** Bug
    * [MTOOLCHAINS-3] - PlexusConfiguration behavior in ToolchainConverter
    * [MTOOLCHAINS-21] - plugin wiki never migrated from Codehaus

** Improvement
    * [MTOOLCHAINS-15] - Upgrade Maven 3.X Only JDK 1.6
    * [MTOOLCHAINS-16] - Upgrade maven-plugins to version 30
    * [MTOOLCHAINS-17] - Bump version to 3.0.0-SNAPSHOT
    * [MTOOLCHAINS-22] - Upgrade parent to 31

** Task
* [MTOOLCHAINS-20] - Change the structure from org/apache/maven/plugin to org/apache/maven/plugins
    * [MTOOLCHAINS-23] - Require Java 7

** Dependency upgrade
    * [MTOOLCHAINS-24] - Upgrade maven-plugins parent to version 32

Enjoy,

-The Apache Maven team

Reply via email to