We are pleased to announce the Maven Ant Plugin 1.10 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:

  New Features:

o The plugin overwrote existing ant script files without warning. From now 
  the plugin ask you if you want to replace it. You can also use the property 
  maven.ant.generate.force to force the plugin to replace the current script. 
  Fixes MPANT-19. 
o Add a new goal (ant:execute) to execute a build.xml file from maven. Fixes 
  MPANT-25. 

  Changes:

o Update dependencies to unify them between plugins. The following 
  dependencies are updated : commons-jelly-tags-interaction v1.0 to v1.1 
o The property maven.ant.generatebuild.file is replaced by properties 
  maven.ant.generate.dir, maven.ant.generate.script. The generated script is 
  ${maven.ant.generate.dir}/${maven.ant.generate.script}. 
o Update dependencies to match ones in maven 1.1 core and to unify them 
  between plugins. The following dependencies are updated : 
  commons-jelly-tags-xml v1.0 to v1.1, commons-jelly-tags-interaction v1.0 to 
  v1.1 Fixes MAVEN-1712. 

  Removed features:

o The property maven.ant.generatebuild.file is removed.  

===============================================================================


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

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.10.jar
 

Have fun!
-The Maven Ant Plugin development team

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to