You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Nathan Coast <na...@codeczar.com> on 2005/11/12 19:33:14 UTC

[ANN] maven-tomcat-plugin 1.2

Hi,

The codeczar team is pleased to announce the long overdue update to the 
maven-tomcat-plugin.

This plugin represents a significant change over the previous version. 
The main focus has been improve developer productivity by reducing the 
time it takes to promote code changes into tomcat.

http://www.codeczar.com/products/maven-tomcat-plugin/

Main Changes
* introduced live & dev modes with clear distinction of activities
* works with maven 1.1
* updated references to tomcat 5.5.12 jars
* changed manager app configuration to a single url property
* precompiled jsp servlets web xml config handled by jasper
* @maven.tomcat.generated@ now obsolete
* removed deprecated install and remove tasks.
* deploy and undeploy handle remote and local exploded deployments
* added _goalname goals without prereqs to enable customisation of build 
sequence in maven.xml
* improved support for tomcat context.xml files

Changes to the plugin have resulted in backwards incompatibilities.  It 
is likely you will have to change project.properties for existing 
projects in order to use this plugin.

to install the plugin:

maven.repo.remote=http://www.ibiblio.org/maven,http://www.codeczar.com/maven

maven -DartifactId=maven-tomcat-plugin
       -DgroupId=codeczar-tomcat
       -Dversion=1.2 plugin:download

As a final note, thanks to the numerous people who have contributed 
suggestions and patches over the last year.

cheers
Nathan

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