You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Olivier Lamy <ol...@apache.org> on 2009/01/24 09:27:15 UTC

[ANN] Tomcat Maven Plugin 1.0-beta-1 Released

Hi,
The Mojo team is pleased to announce the release of the Tomcat Maven
Plugin, version 1.0-beta-1
The Tomcat Maven Plugin provides goals to manipulate WAR projects
within the Tomcat servlet container.

http://mojo.codehaus.org/tomcat-maven-plugin/

You should specify the version in your project's plugin configuration:

<plugin>
 <groupId>org.codehaus.mojo</groupId>
 <artifactId>tomcat-maven-plugin</artifactId>
 <version>1.0-beta-1</version>
</plugin>

Release Notes - Maven 2.x Tomcat Plugin - Version 1.0-beta-1


** Bug
    * [MTOMCAT-6] - tomcat:run goal failing

** Improvement
    * [MTOMCAT-1] - Having a deploy mojo which doesn't fork a lifecycle
    * [MTOMCAT-2] - Update documentation to new docck standards
    * [MTOMCAT-4] - Change default web context to artifact id for run goals
    * [MTOMCAT-5] - Add context.xml support to tomcat:run
    * [MTOMCAT-7] - Not failing when trying to undeploy application
    * [MTOMCAT-8] - Tomcat Manager username/password as -D option
    * [MTOMCAT-16] - Redeploy goal does not do what it says
    * [MTOMCAT-17] - Create logs directory in run target
    * [MTOMCAT-19] - Use my own tomcat web.xml

** New Feature
    * [MTOMCAT-3] - Support for Tomcat 6
    * [MTOMCAT-11] - additional tomcat config files support in tomcat:run goal
    * [MTOMCAT-12] - Allow specifying custom environment variables
    * [MTOMCAT-13] - Allow specifying custom server.xml



** Wish
    * [MTOMCAT-18] - remove @execute phase = "package" from DeployMojo
to avoid forked lifecycles and get resource filtering working



Have fun !

--
The Mojo team

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