The Maven team is pleased to announce the release of the Maven Compiler Plugin, version 2.0.2
http://maven.apache.org/plugins/maven-compiler-plugin/ You can run mvn -up to get the latest version of the plugin, or specify the version in your project's plugin configuration: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.0.2</version> </plugin> Release Notes - Maven 2.x Compiler Plugin - Version 2.0.2 http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11130&fixfor=12484 MCOMPILER-48 Add maven.compile.failonerror equivalent functionality MCOMPILER-38 Review compile plugin site documentation MCOMPILER-34 Finish the compiler test harness MCOMPILER-30 Compiler fork executable fails when the path has spaces MCOMPILER-22 Compilation fails: "The command line is too long." Enjoy, -The Maven team --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
