You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Olivier Lamy <ol...@apache.org> on 2012/11/19 09:29:15 UTC

[ANN] Maven Compiler Plugin 3.0 Released

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org