Hi,

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

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

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

** Improvement
    * [MCOMPILER-137] - Plugin documentation refers to "Maven 2"
    * [MCOMPILER-147] - The usage page should use pluginManagement for
configuring the plugin
    * [MCOMPILER-166] - Use plexus-compiler 1.8.6 for performance improvement

** Bug
    * [MCOMPILER-64] - "mvn clean install" crashes with
java.lang.OutOfMemoryError: PermGen space after update to java
1.6.0_04
    * [MCOMPILER-94] - compiler sets artifact file to target/classes,
even if nothing is compiled
    * [MCOMPILER-99] - Spaces in for external executable are not accepted
    * [MCOMPILER-120] - Javac compiler plugin doesn't support -Werror
    * [MCOMPILER-130] - compilerArgument option doesn't work with
maxerrs option, compilerArguments does
    * [MCOMPILER-135] - Passing multiple parameters to Java 6
annotation processors with javac does not work
    * [MCOMPILER-136] - The description of the skip parameter of the
testCompile mojo is incorrect
    * [MCOMPILER-148] - Misleading documentation on <configuration><encoding>
    * [MCOMPILER-149] - Java compiler warning is masking a javac
exception, which the compiler plugin doesn't know how to parse
    * [MCOMPILER-167] - Incorrect default for generatedTestSourcesDirectory



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