[ANN] Apache Tomcat Maven Plugin 2.0

2012-09-14 Thread Olivier Lamy
Hi,
The Apache Tomcat is pleased to announce the release of the 2.0 version.
This plugin can used to run your war project inside an embeded Apache
Tomcat and to deploy your project to a running Apache Tomcat instance.

Documentation available: http://tomcat.apache.org/maven-plugin-2.0/index.html

Release Notes - Apache Tomcat Maven Plugin - Version 2.0

** Bug
* [MTOMCAT-116] - NonRepeatableRequestException when executing
goal tomcat6:deploy
* [MTOMCAT-118] - tomcat7:run wont accept additionalClasspathDir arguments
* [MTOMCAT-123] - Can't add test scoped dependency filters to web.xml
* [MTOMCAT-129] - Regression of MTOMCAT-54 in tomcat7-maven-plugin
* [MTOMCAT-133] - Servlet mapping to "/" does not work
* [MTOMCAT-134] - Empty additionalClasspathDir causes NPE in RunMojo.java
* [MTOMCAT-135] - tomcat7:run does not load HandlesTypes in
application classes
* [MTOMCAT-136] - Tomcat7-maven-plugin 2.0-beta1 and
useSeparateTomcatClassloader fails with run goal
* [MTOMCAT-138] - Cannot define the  embedded Tomcat version
* [MTOMCAT-139] - All static resources gives error 404
* [MTOMCAT-141] - Context root "/" not working for Tomcat 7 Run
* [MTOMCAT-142] - contextFile path="..." ignored when using tomcat7:run
* [MTOMCAT-143] - contextFile and tomcatUsers defined in pom.xml
are not used with target tomcat7:run
* [MTOMCAT-144] - resourcePaths returns null
* [MTOMCAT-145] - [2.0-beta-1] Unable to deploy
* [MTOMCAT-149] - Error deploying on Tomcat 6
* [MTOMCAT-151] - Empty password prevents preemptive
authentication headers from being sent
* [MTOMCAT-157] - use new Maven Plugins annotations
* [MTOMCAT-160] - "Skipping non-war project" should not happen if
using 
* [MTOMCAT-162] - SaxException when deploying multiple WARs
* [MTOMCAT-166] - Cannot invoke Tomcat manager:Cannot retry
request with a non-repeatable request entity
* [MTOMCAT-169] - Unable to Deploy WAR Defined via "webapps" Declaration
* [MTOMCAT-170] - Unable to Specify Additional Classpath for WAR
Defined via "webapps" Declaration
* [MTOMCAT-171] - Multiple executions (i.e. sep tomcats clash due
to identical JMX naming)
* [MTOMCAT-172] - configuring aliases with tomcat7:run

** Improvement
* [MTOMCAT-60] - Multiple-War-Deployment in configuration section.
* [MTOMCAT-120] - Support "skip" parameter
* [MTOMCAT-122] - add all plugin dependencies to the tomcat class loader
* [MTOMCAT-124] - tomcat-maven-archetype unused generation parameters
* [MTOMCAT-137] - Adding a static context to tomcat for static
files like images, js, html etc.
* [MTOMCAT-140] - Allow specifying the classloader to use for
loading webapps.
* [MTOMCAT-147] - Add help goal
* [MTOMCAT-150] - expose ports used with tomcat7:run as sys props
* [MTOMCAT-153] - align all Maven dependency versions to 2.0.11
* [MTOMCAT-154] - support exec-war war run dependencies with classifiers
* [MTOMCAT-155] - allow exec-war war run dependencies that are
generated in current mvn execution, but not yet installed to maven
repo
* [MTOMCAT-156] - exec-war should allow creation of exec-war in
projects with any packaging type
* [MTOMCAT-164] - Add french translation
* [MTOMCAT-167] - Add the ability to specify context.xml files for
each additional Webapp being deployed

** New Feature
* [MTOMCAT-126] - Add support for keystoreType

** Task
* [MTOMCAT-174] - tomcatConfigurationFilesDirectory is not implemented

Have Fun,
-- 
The Apache Tomcat Team.

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



[ANN] Apache Tomcat Maven Plugin 2.0-beta-1 Released

2012-02-02 Thread Olivier Lamy
Hello,
The Apache Tomcat team is pleased to announce the release of Tomcat
Maven Plugin 2.0-beta-1.

The Apache Tomcat Maven Plugin provides goals to manipulate WAR
projects within the Apache Tomcat servlet container.
Documentation site: http://tomcat.apache.org/maven-plugin-2.0-beta-1/

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

       
         org.apache.tomcat.maven
         tomcat6-maven-plugin
         2.0-beta-1
       
or
       
         org.apache.tomcat.maven
         tomcat7-maven-plugin
         2.0-beta-1
       

Release Notes - Apache Tomcat Maven Plugin - Version 2.0-beta-1

** New Feature
   * [MTOMCAT-70] - Make useNaming=false the default for the embedded
Tomcat and make it configurable
   * [MTOMCAT-77] - Add support for using the test class path instead
of the compile classpath with tomcat:run
   * [MTOMCAT-87] - Make http protocol configurable for the embedded Tomcat
   * [MTOMCAT-102] - Add a mojo to build a standalone jar to run a web
application
   * [MTOMCAT-110] - Support Slf4j bridge logger

** Bug
   * [MTOMCAT-85] - Perfoming tomcat:redeploy is not reflected in log messages
   * [MTOMCAT-103] - Executable War fails to run with a NullPointerException
   * [MTOMCAT-104] - Running java -jar from a parent directory causes
a Zip file error
   * [MTOMCAT-106] - tomcat7-maven-plugin extraDependency not working
with class not found
   * [MTOMCAT-108] - THe httpsPort flag starts another http thread not
an https thread
   * [MTOMCAT-109] -
org.apache.coyote.http11.Http11NioProtocol not
honoured

** Improvement
   * [MTOMCAT-15] - Add dependency scanning support to tomcat:run
   * [MTOMCAT-43] - Allow configuration of URI encoding for tomcat run goals
   * [MTOMCAT-62] - Support Tomcat 7
   * [MTOMCAT-78] - Upgrade to tomcat 6.0.32
   * [MTOMCAT-95] - Add directories to the embedded tomcat classloader
(equivalent to shared.loader property in regular tomcat instance).
   * [MTOMCAT-100] - support war overlay to add war external
dependencies in tomcat run
   * [MTOMCAT-111] - Make extract directory configurable
   * [MTOMCAT-113] - Show progress on WAR uploads
   * [MTOMCAT-114] - Add an archetype project sample
   * [MTOMCAT-115] - Allow configuration of URI encoding for executable war


Have Fun!
--
The Apache Tomcat Team

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