You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Arnaud HERITIER <ah...@gmail.com> on 2005/04/10 11:30:26 UTC

[ANN] Maven Ant Plugin 1.9 release

The maven team is pleased to announce the Maven Ant Plugin 1.9 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:

  New Features:

o Ant script looks for dependencies in several remote repositories. Issue: 
  MPANT-24. 
o Add License file to jar META-INF. Issue: MPANT-23. Thanks to Phil Steitz. 
o Allow URL substitutions in generated build.xml files. Issue: MPANT-20. 
  Thanks to Dennis Lundberg,Craig McClanahan. 
o Obey jar override and not attempt to download relative jars. Issue: 
  MPANT-7. 
o Ant user can set proxy settings. 
o New property maven.ant.compatibility if you want a script compatible with 
  ant 1.5 (actually for proxy settings). 

  Changes:

o "get-deps" target store downloads to the default local maven repository ( 
  ${user.home}/.maven/repository). Issue: MPANT-21.  

To automatically install the plugin, type the following on a single line:

maven plugin:download 
  -DgroupId=maven 
  -DartifactId=maven-ant-plugin
  -Dversion=1.9

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.9.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