org.apache.tomcat.maven.plugin.tomcat7.run
Class StandaloneWarOnlyMojo
java.lang.Object
org.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.AbstractStandaloneWarMojo
org.apache.tomcat.maven.plugin.tomcat7.run.StandaloneWarOnlyMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
@Mojo(name="standalone-war-only",
threadSafe=true)
public class StandaloneWarOnlyMojo- extends AbstractStandaloneWarMojo
This Mojo will create an executable war file with embedded Tomcat that is also capable of being deployed elsewhere.
- Since:
- 2.1
| Fields inherited from class org.apache.tomcat.maven.plugin.tomcat7.run.AbstractExecWarMojo |
accessLogValveFormat, artifactFactory, artifactResolver, attachArtifact, buildDirectory, connectorHttpProtocol, enableNaming, excludes, extraDependencies, extraResources, httpPort, local, mainClass, path, pluginArtifacts, project, projectArtifact, projectHelper, remoteRepos, serverXml, tomcatConfigurationFilesDirectory, warRunDependencies |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| 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 |
StandaloneWarOnlyMojo
public StandaloneWarOnlyMojo()
Copyright © 2005–2013 The Apache Software Foundation. All rights reserved.