You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Kristian Rosenvold <kr...@apache.org> on 2010/05/21 13:27:50 UTC

[ANN] Maven Compiler Plugin 2.3.1 Released

The Maven team is pleased to announce the release of the Maven
Compiler Plugin, version 2.3.1

This plugin is used to compile the sources of your project.

http://maven.apache.org/plugins/maven-compiler-plugin/

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

<plugin>
 <groupId>org.apache.maven.plugins</groupId>
 <artifactId>maven-compiler-plugin</artifactId>
 <version>2.3.1</version>
</plugin>

Release Notes - Maven 2.x Compiler Plugin - Version 2.3.1

** Improvement
    * [MCOMPILER-127] - Mark compiler plugin as @threadSafe for maven3


Enjoy,

-The Maven team

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