Overview
Introduction
Goals
Usage
FAQ
Examples
Adding System Properties
Adjust Tomcat Version
Deployment
Deployment to Tomcat 7
ASF
How Apache Works
Foundation
Sponsoring Apache
Thanks
Project Documentation
Project Information
About
Project Summary
Dependency Information
Project License
Project Team
Source Repository
Issue Tracking
Mailing Lists
Dependency Management
Dependencies
Dependency Convergence
Continuous Integration
Plugin Management
Project Plugins
Distribution Management
Project Reports
Plugin Documentation
PMD Report
CPD Report
Checkstyle
Test Source Xref
Source Xref
Sonar
Follow TheApacheTomcat
Apache
/
Apache Tomcat
/
Apache Tomcat Maven plugin
/
Apache Tomcat Maven Plugin :: Tomcat 6.x
/
Frequently Asked Questions
|
Last Published: 07 November 2013
Version: 2.2
Frequently Asked Questions
Why do I have to specify a
war
goal when running
tomcat:exploded
or
tomcat:inplace
?
Why do I have to specify a
war
goal when running
tomcat:redeploy
?
Why do I have to specify a
war
goal when running
tomcat:exploded
or
tomcat:inplace
?
Because there's currently no way for a goal to depend upon another plugin's goal. See
MNG-1649
for more information.
[top]
Why do I have to specify a
war
goal when running
tomcat:redeploy
?
Because the different methods of deployment have different prerequisites - it would be tiresome to always package the WAR if you were just deploying an exploded WAR.
[top]