You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Robert Scholte <rf...@apache.org> on 2019/06/17 21:13:35 UTC

[ANN] Apache Maven Toolchains Plugin 3.0.0 Released

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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org