The Maven team is pleased to announce the release of the Maven Compiler
Plugin, version 2.3.2.
This plugin is used to compile the sources of your project. See the
plugin's site for more details:
http://maven.apache.org/plugins/maven-compiler-plugin/
To use the updated plugin in your projects, you need to add the
following snippet to the plugins or plugin management section of your POM:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
</plugin>
Release Notes - Maven 2.x Compiler Plugin - Version 2.3.2
** Bug
* [MCOMPILER-109] - JavacCompiler treat localized warning messages
as errors
Enjoy,
-The Maven team
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]