We are pleased to announce the Maven Java Plugin 1.4 release! http://maven.apache.org/maven-1.x/plugins/java/ =============================================================================== Changes in this version include: Fixed bugs: o Allow specifying a JDK to compile with other than the running one Fixes MPJAVA-18. Thanks to Lynn Richards. o Add memory usage parameters to pass to the ant javac task Fixes MPJAVA-1. Thanks to Scott Foster. o Add source property, default to 1.3. This is required to use JDK 1.5. =============================================================================== To automatically install the plugin, type the following on a single line: maven plugin:download -Dmaven.repo.remote=http://repo1.maven.org/maven,http://people.apache.org/repo/m1-snapshot-repository/ -DgroupId=maven -DartifactId=maven-java-plugin -Dversion=1.4 For a manual installation, you can download the plugin here: http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-java-plugin-1.4.jar Have fun! -The Maven Java Plugin development team