public class TomcatDependency extends MavenDependency
Tomcat Dependency used in Embedded Tomcat Maven plugin configuration.
Alfresco Maven Plugin config looks something like this:
<tomcatDependencies>
<tomcatDependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.32</version>
</tomcatDependency>
<tomcatDependencies>
| Constructor and Description |
|---|
TomcatDependency() |
TomcatDependency(String g,
String a,
String v) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
equals, getArtifactId, getClassifier, getGroupId, getVersion, hashCode, setArtifactId, setClassifier, setGroupId, setVersionCopyright © 2019. All rights reserved.