public class TomcatWebapp extends MavenDependency
Tomcat Webapp used in Embedded Tomcat Maven plugin configuration. These are custom webapps that you would want to include for some reason (The {webapp artifact}.war need to be available in a Maven Repo). Note. the standard webapps are included with plugin properties such as enablePlatform and enableShare.
Alfresco Maven Plugin config looks something like this:
<tomcatWebapps>
<tomcatWebapp>
<groupId>com.exari</groupId>
<artifactId>exari-docgen-cmwar</artifactId>
<version>${project.version}</version>
<contextPath>/exari</contextPath>
<contextFile>${project.build.directory}/contexts/context-docgen.xml</contextFile>
</tomcatWebapp>
<tomcatWebapps>
| Constructor and Description |
|---|
TomcatWebapp() |
TomcatWebapp(String g,
String a,
String v,
String contextPath,
String contextFile) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getContextFile() |
String |
getContextPath() |
int |
hashCode() |
String |
toString() |
getArtifactId, getClassifier, getGroupId, getVersion, setArtifactId, setClassifier, setGroupId, setVersionpublic String getContextPath()
public String getContextFile()
public boolean equals(Object o)
equals in class MavenDependencypublic int hashCode()
hashCode in class MavenDependencypublic String toString()
toString in class MavenDependencyCopyright © 2019. All rights reserved.