You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by John Casey <jd...@apache.org> on 2014/10/13 23:24:09 UTC

[ANN] Maven Compiler Plugin 3.2 Released

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

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


Release Notes - Apache Maven Compiler Plugin - Version 3.2

Task
* [MCOMPILER-232] Fix RAT Report
* [MCOMPILER-224] Maven compiler plugin does not properly consume plexus 
compiler output
* [MCOMPILER-220] Fix o.a.m.p.c.CompilerMojoTestCase.testCompilerFork(), 
which fails when javac is not on the PATH
* [MCOMPILER-159] generatedSourcesDirectory should be included in list 
provided by 
org.apache.maven.project.MavenProject.getCompileClasspathElements()
* [MCOMPILER-157] Maven Compiler Plugin should add to compileSourceRoots 
for next plugins to consider as source directory for generated files


Enjoy,

-The Maven team