The Maven team is pleased to announce the release of the Maven Compiler Plugin, version 2.1
This 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.1</version> </plugin> Release Notes - Maven 2.x Compiler Plugin - Version 2.1 ** Bug * [MCOMPILER-10] - display summary information including number of compiler errors when compiler plugin fails. * [MCOMPILER-52] - Need a way to specify the debug level * [MCOMPILER-53] - org.apache.maven.BuildFailureException : Compilation failure. The system is out of resources. * [MCOMPILER-59] - Compilation fails on warning messages from javac (Java 6) * [MCOMPILER-74] - build failure when executable path contains spaces ** Improvement * [MCOMPILER-57] - State default source (1.3) and target (1.1) in the documentation * [MCOMPILER-70] - use ${project.build.sourceEncoding} as default value for "encoding" parameter * [MCOMPILER-73] - Warn about usage of platform encoding * [MCOMPILER-111] - Allow to configure fork mode via system property ** New Feature * [MCOMPILER-83] - add separate configuration for test compiler ** Task * [MCOMPILER-112] - Change mavenVersion from 2.0.6 to 2.0.9 in the prereq Enjoy, -The Maven team --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
