|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.apache.tomcat.maven.plugin.tomcat7.AbstractTomcat7Mojo
org.apache.tomcat.maven.plugin.tomcat7.run.AbstractExecWarMojo
org.apache.tomcat.maven.plugin.tomcat7.run.ExecWarMojo
@Mojo(name="exec-war",
threadSafe=true)
@Execute(phase=PACKAGE)
public class ExecWarMojo
Create a self executable jar file containing all necessary Apache Tomcat classes.
This allows for using just java -jar mywebapp.jar to run your webapp without
needing to install a Tomcat instance.
More details here.
| Field Summary |
|---|
| Fields inherited from class org.apache.tomcat.maven.plugin.tomcat7.run.AbstractExecWarMojo |
|---|
accessLogValveFormat, artifactFactory, artifactResolver, attachArtifact, attachArtifactClassifier, attachArtifactClassifierType, buildDirectory, connectorHttpProtocol, enableNaming, excludes, extraDependencies, extraResources, finalName, httpPort, local, mainClass, path, pluginArtifacts, project, projectArtifact, projectHelper, remoteRepos, serverXml, tomcatConfigurationFilesDirectory, warRunDependencies |
| Fields inherited from class org.apache.tomcat.maven.plugin.tomcat7.AbstractTomcat7Mojo |
|---|
messagesProvider, settings |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
ExecWarMojo()
|
|
| Method Summary |
|---|
| Methods inherited from class org.apache.tomcat.maven.plugin.tomcat7.run.AbstractExecWarMojo |
|---|
addContextXmlToWar, copyDirectoryContentIntoArchive, execute, extractJarToArchive, findArtifactVersion, resolvePluginWorkDir, sameDependencyWithoutVersion, toStringArray |
| Methods inherited from class org.apache.tomcat.maven.plugin.tomcat7.AbstractTomcat7Mojo |
|---|
checkTomcatResponse, getPath |
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
|---|
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExecWarMojo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||