You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@codehaus.org on 2004/05/16 04:04:47 UTC

Maven ant plugin 1.7 released

The maven team is pleased to announce the Maven Ant Plugin 1.7 release! 

http://maven.apache.org/reference/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. Issue: 
  MPANT-14. 
o Corrects also NumberFormatException. pom.build.unitTest.resourcesis made up 
  of several resourceelements. Issue: MPANT-13. 
o Remove NumberFormatException if pom.build.unitTest.resourcesdoesn't exist. 
  Issue: MPANT-12. 
o Change plugin tests to use 'assert' tags Issue: 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 
  -DgroupId=maven 
  -DartifactId=maven-ant-plugin
  -Dversion=1.7

For a manual installation, you can download the plugin here:
http://www.ibiblio.org/maven/maven/plugins/maven-ant-plugin-1.7.jar
         

Have fun!
-The maven team
      

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org