You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Stephen Connolly <st...@apache.org> on 2009/11/01 21:29:21 UTC

[ANN] Maven Toolchains Plugin 1.0 Released

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

This plugin allows sharing 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.0</version>
</plugin>

Release Notes - Maven 2.x Toolchains Plugin - Version 1.0

Enjoy,

-The Maven team

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


Re: [ANN] Maven Toolchains Plugin 1.0 Released

Posted by Stephen Connolly <st...@gmail.com>.
2009/11/1 Stephen Connolly <st...@apache.org>:
> The Maven team is pleased to announce the release of the Maven
> Toolchains Plugin, version 1.0
>
> This plugin allows sharing 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.0</version>
> </plugin>
>
> Release Notes - Maven 2.x Toolchains Plugin - Version 1.0
>
> Enjoy,
>
> -The Maven team
>

I should probably add that this is just one part in the chain of
plugin releases required to deliver the functionality of Maven
Toolchains.

For example, a new version of maven-compiler-plugin needs to be
released to take advantage of the toolchains support.

-Stephen

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


Re: [ANN] Maven Toolchains Plugin 1.0 Released

Posted by Stephen Connolly <st...@gmail.com>.
2009/11/1 Stephen Connolly <st...@apache.org>:
> The Maven team is pleased to announce the release of the Maven
> Toolchains Plugin, version 1.0
>
> This plugin allows sharing 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.0</version>
> </plugin>
>
> Release Notes - Maven 2.x Toolchains Plugin - Version 1.0
>
> Enjoy,
>
> -The Maven team
>

I should probably add that this is just one part in the chain of
plugin releases required to deliver the functionality of Maven
Toolchains.

For example, a new version of maven-compiler-plugin needs to be
released to take advantage of the toolchains support.

-Stephen

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