Uses of Class
org.codehaus.cargo.maven3.configuration.AbstractDependency
-
Packages that use AbstractDependency Package Description org.codehaus.cargo.maven3.configuration -
-
Uses of AbstractDependency in org.codehaus.cargo.maven3.configuration
Subclasses of AbstractDependency in org.codehaus.cargo.maven3.configuration Modifier and Type Class Description class
Dependency
Allow users to add classpath entries to the classpath used to start the container.class
Deployable
Holds configuration data for the<deployable>
tag used to configure the plugin in thepom.xml
file.
TODO: Find a way to remove code duplication with Ant's DeployableElement
-