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

The Compiler Plugin is used to compile the sources of your project.
The default compiler is javac and is used to compile Java sources.

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.5.1</version>
</plugin>

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

** Bug
    * [MCOMPILER-172] - Breaking change to plexus compiler api 1.9

Have fun,

-The Maven team

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

Reply via email to