org.apache.tomcat.maven.plugin.tomcat7
Class AbstractTomcat7Mojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.tomcat.maven.plugin.tomcat7.AbstractTomcat7Mojo
- All Implemented Interfaces:
- ContextEnabled, Mojo
- Direct Known Subclasses:
- AbstractCatalinaMojo, AbstractExecWarMojo, AbstractRunMojo, ShutdownMojo
public abstract class AbstractTomcat7Mojo
- extends AbstractMojo
- Since:
- 2.0
- Author:
- Olivier Lamy
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.maven.plugin.Mojo |
execute |
messagesProvider
@Component
protected MessagesProvider messagesProvider
path
@Parameter(defaultValue="/${project.artifactId}",
property="maven.tomcat.path",
required=true)
protected String path
- The webapp context path to use for the web application being run. This must always start with a forward-slash
('/').
AbstractTomcat7Mojo
public AbstractTomcat7Mojo()
getPath
protected String getPath()
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.