org.apache.tomcat.maven.plugin.tomcat7.run
Class AbstractExecWarMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.tomcat.maven.plugin.tomcat7.AbstractTomcat7Mojo
org.apache.tomcat.maven.plugin.tomcat7.run.AbstractExecWarMojo
- All Implemented Interfaces:
- ContextEnabled, Mojo
- Direct Known Subclasses:
- ExecWarMojo, ExecWarOnlyMojo
public abstract class AbstractExecWarMojo
- extends AbstractTomcat7Mojo
- 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 |
project
protected org.apache.maven.project.MavenProject project
- The maven project.
- Is defined by:
- default-value:
- ${project}
- Is readonly.
- Is required.
path
protected String path
- The webapp context path to use for the web application being run.
The name to store webapp in exec jar. Do not use /
- Is defined by:
- expression:
- ${maven.tomcat.path}
- default-value:
- ${project.artifactId}
- Is required.
warRunDependencies
protected List<WarRunDependency> warRunDependencies
- Is defined by:
artifactResolver
protected org.apache.maven.artifact.resolver.ArtifactResolver artifactResolver
- Is a Plexus component defined by:
remoteRepos
protected List<org.apache.maven.artifact.repository.ArtifactRepository> remoteRepos
- List of Remote Repositories used by the resolver
- Is defined by:
- expression:
- ${project.remoteArtifactRepositories}
- Is readonly.
- Is required.
AbstractExecWarMojo
public AbstractExecWarMojo()
execute
public void execute()
throws MojoExecutionException,
MojoFailureException
- Throws:
MojoExecutionException
MojoFailureException
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.