You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by lt...@apache.org on 2006/01/08 18:23:03 UTC

[ANN] Maven Genapp Plugin 2.3 for Maven 1.x released

We are pleased to announce the Maven Genapp Plugin 2.3 release! 

http://maven.apache.org/maven-1.x/reference/plugins/genapp/

A collection of example projects showing how to use maven in different 
situations 

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

Changes in this version include:

  New Features:

o Added new property maven.genapp.basedir property. Fixes MPGENAPP-24. 
o Added property maven.genapp.repackage.diras base directory for 
  maven.genapp.repackage. Fixes MPGENAPP-23. 
o Added customization guide. Fixes MPGENAPP-20. Thanks to Miguel Griffa. 
o Added Velocity-based webapp template (named web-velocity). Fixes 
  MPGENAPP-19. Thanks to Miguel Griffa. 
o Use the project's name as display-name in web.xml. Fixes MPGENAPP-18. 
  Thanks to Archimedes Trajano. 
o Added Tapestry template. Fixes MPGENAPP-10. Thanks to Archimedes Trajano. 
o Added Struts with validation template. Fixes MPGENAPP-9. Thanks to 
  Archimedes Trajano. 
o Replace @PACKAGE@ by @NAME@ in Title in JSP files. Fixes MPGENAPP-8. Thanks 
  to Archimedes Trajano. 
o Added prompt for project root. Fixes MPGENAPP-3. Thanks to Sri Sankaran. 

  Fixed bugs:

o Make generated structure comply with maven standarts. Fixes MPGENAPP-21. 
o Make generated POMs conform to maven-project-3.xsd. Fixes MPGENAPP-22. 
o Using ${maven.home.local}instead of ${user.home}/.mavenfor templates. Fixes 
  MPGENAPP-17. 
o An error "Artifact strutstest-2.1.0.jar doesn't exist" is thrown by struts 
  projects generated by the plugin. Fixes MPGENAPP-12. Thanks to Filippo 
  Vitale. 

  Changes:

o Update dependencies to match ones in maven 1.1 core and to unify them 
  between plugins. The following dependencies are updated : commons-logging 
  v1.0.3 -> v1.0.4 Fixes MAVEN-1712.  

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


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

maven plugin:download
  -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/
  -DgroupId=maven
  -DartifactId=maven-genapp-plugin
  -Dversion=2.3

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-genapp-plugin-2.3.jar
 

Have fun!
-The Maven Genapp Plugin development team

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