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.

http://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>1.1</version>
</plugin>


Release Notes - Apache Maven Toolchains Plugin - Version 1.1

Bug
* [MTOOLCHAINS-6] Cannot create custom toolchain type

Improvement
* [MTOOLCHAINS-11] Double check toolchain type to protect against core bug 
MNG-5716
* [MTOOLCHAINS-10] Improve plugin output
* [MTOOLCHAINS-1] Document how to create new toolchains

Task
* [MTOOLCHAINS-9] Upgrade to Maven 2.2.1 compatiblity
* [MTOOLCHAINS-8] improve code and javadoc
* [MTOOLCHAINS-7] add an IT to check that the plugin works as expected
* [MTOOLCHAINS-4] use maven-plugin-tools' java 5 annotations


Enjoy,

-The Maven team


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to