Package org.alfresco.maven.plugin.config
Class TomcatDependency
- java.lang.Object
-
- org.alfresco.maven.plugin.config.MavenDependency
-
- org.alfresco.maven.plugin.config.TomcatDependency
-
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>- Since:
- 3.0.0
- Version:
- 1.0
- Author:
- martin.bergljung@alfresco.com
-
-
Constructor Summary
Constructors Constructor Description TomcatDependency()TomcatDependency(String g, String a, String v)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class org.alfresco.maven.plugin.config.MavenDependency
equals, getArtifactId, getClassifier, getGroupId, getVersion, hashCode, setArtifactId, setClassifier, setGroupId, setVersion
-
-