Last Published: 06/04/2008
Mojo
|
Maven
Overview
Introduction
Goals
Context Goals
Container Goals
Usage
FAQ
Javadoc
Examples
Deployment
Project Documentation
Project Information
Project Reports
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]