We are pleased to announce the Maven Ant Plugin 1.7 release! http://maven.apache.org/maven-1.x/plugins/ant/ Generates ant build files from a maven project, so that plain ant users can build your project =============================================================================== Changes in this version include: Fixed bugs: o Resources are correctly copied to the specified targetPath. Fixes MPANT-14. o Corrects also NumberFormatException. pom.build.unitTest.resourcesis made up of several resourceelements. Fixes MPANT-13. o Remove NumberFormatException if pom.build.unitTest.resourcesdoesn't exist. Fixes MPANT-12. o Change plugin tests to use 'assert' tags Fixes MPANT-11. o Replace use of 'target' directory with appropriate variables =============================================================================== To automatically install the plugin, type the following on a single line: maven plugin:download -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://people.apache.org/repo/m1-snapshot-repository/ -DgroupId=maven -DartifactId=maven-ant-plugin -Dversion=1.7 For a manual installation, you can download the plugin here: http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-ant-plugin-1.7.jar Have fun! -The Maven Ant Plugin development team