You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Olivier Lamy <ol...@apache.org> on 2012/05/28 08:28:45 UTC

[ANN] Maven Compiler Plugin 2.5 Released

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

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>2.5</version>
</plugin>

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

** Bug
    * [MCOMPILER-170] - Regression: Compiler Plugin fails when
building with multiple threads (-T...)

Have Fun,
--
The Apache Maven team