Apache Maven Toolchains Plugin Version 1.1 Released

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

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.

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

1<plugin>
2  <groupId>org.apache.maven.plugins</groupId>
3  <artifactId>maven-toolchains-plugin</artifactId>
4  <version>1.1</version>
5</plugin>

Release Notes - Apache Maven Toolchains Plugin - Version 1.1.

Bug:

Improvements:

Tasks:

Enjoy,

-The Maven team