Uses of Package
org.codehaus.cargo.maven3.configuration
-
Packages that use org.codehaus.cargo.maven3.configuration Package Description org.codehaus.cargo.maven3 org.codehaus.cargo.maven3.configuration org.codehaus.cargo.maven3.deployer -
Classes in org.codehaus.cargo.maven3.configuration used by org.codehaus.cargo.maven3 Class Description ArtifactInstaller An ArtifactInstaller encapsulates the resolving of an artifact from a local or remote Maven repository.Configuration Holds configuration data for the<configuration>
tag used to configure the plugin in thepom.xml
file.Container Holds configuration data for the<container>
tag used to configure the plugin in thepom.xml
file.Daemon Holds configuration data for the<daemon>
tag used to configure the plugin in thepom.xml
file.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 DeployableElementDeployer Holds configuration data for the<deployer>
tag used to configure the plugin in thepom.xml
file.Packager Holds configuration data for the<packager>
tag used to configure the plugin in thepom.xml
file. -
Classes in org.codehaus.cargo.maven3.configuration used by org.codehaus.cargo.maven3.configuration Class Description AbstractDependency Common field and method toDependency
andDeployable
.ArtifactInstaller An ArtifactInstaller encapsulates the resolving of an artifact from a local or remote Maven repository.DataSource Holds configuration data for the<datasource>
tag used to configure the plugin in thepom.xml
file.Dependency Allow users to add classpath entries to the classpath used to start the container.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 DeployableElementResource Holds configuration data for the<resource>
tag used to configure the plugin in thepom.xml
file.User Holds configuration data for the<user>
tag used to configure the plugin in thepom.xml
file.ZipUrlInstaller Holds configuration data for the<zipUrlInstaller>
tag used to configure the plugin in thepom.xml
file. -
Classes in org.codehaus.cargo.maven3.configuration used by org.codehaus.cargo.maven3.deployer Class Description 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