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

The Compiler 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>3.0</version>
</plugin>

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

** Bug
    * [MCOMPILER-160] - javac error but build SUCCESS
    * [MCOMPILER-173] - use new maven plugin annotations
    * [MCOMPILER-179] - Warnings
    * [MCOMPILER-181] - Exception on compilation are not properly reported
    * [MCOMPILER-182] - Case sensitivity changes in class names not
detected by compiler
    * [MCOMPILER-184] - use last plexus-compiler 2.0 api
    * [MCOMPILER-186] - mojos are in wrong package (org.apache.maven.plugin)

** Task
    * [MCOMPILER-171] - use maven-plugin-tools' java 5 annotations

Have Fun,
--
The Apache 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