- AbstractCargoMojo - Class in org.codehaus.cargo.maven2
-
Common code used by Cargo MOJOs requiring <container>
and
<configuration>
elements and supportig the notion of Auto-deployable.
- AbstractCargoMojo() - Constructor for class org.codehaus.cargo.maven2.AbstractCargoMojo
-
- AbstractCommonMojo - Class in org.codehaus.cargo.maven2
-
Common MOJO providing an accessor to the Maven Project object (this is the object containing
all information contained in the POM on which the MOJO is called).
- AbstractCommonMojo() - Constructor for class org.codehaus.cargo.maven2.AbstractCommonMojo
-
- AbstractDependency - Class in org.codehaus.cargo.maven2.configuration
-
- AbstractDependency() - Constructor for class org.codehaus.cargo.maven2.configuration.AbstractDependency
-
- AbstractDeployerMojo - Class in org.codehaus.cargo.maven2
-
Common mojo for all deployer actions (start deployable, stop deployable, deploy deployable,
undeploy deployable, etc).
- AbstractDeployerMojo() - Constructor for class org.codehaus.cargo.maven2.AbstractDeployerMojo
-
- AbstractUberWarMojo - Class in org.codehaus.cargo.maven2
-
- AbstractUberWarMojo() - Constructor for class org.codehaus.cargo.maven2.AbstractUberWarMojo
-
- addAllDependentJars(WarArchiveMerger) - Method in class org.codehaus.cargo.maven2.UberWarMojo
-
Add all the JAR files specified into the merge - these will appear
in the WEB-INF/lib directory.
- addAllTransitiveJars(WarArchiveMerger) - Method in class org.codehaus.cargo.maven2.UberWarMojo
-
Add all JAR files into the WAR file, calculated transitively and resolved in
the normal 'maven' way (I.E if 2 war files contain different versions, resolve to using
only *1* version).
- addAllWars(WarArchiveMerger) - Method in class org.codehaus.cargo.maven2.UberWarMojo
-
- addAutoDeployDeployable(LocalContainer) - Method in class org.codehaus.cargo.maven2.ContainerStartMojo
-
If the project's packaging is war, ear or ejb and there is no deployer specified and
the user has not defined the auto-deployable inside the <deployables>
element, then add the generated artifact to the list of deployables to deploy statically.
- addMerge(Merge) - Method in class org.codehaus.cargo.maven2.MergeRoot
-
Method addMerge.
- addWar(String) - Method in class org.codehaus.cargo.maven2.MergeRoot
-
Method addWar.
- addWar(WarArchiveMerger, String) - Method in class org.codehaus.cargo.maven2.UberWarMojo
-
- AliasedDeployerDeployMojo - Class in org.codehaus.cargo.maven2
-
Class used uniquely to provide a goal alias for deployer-deploy
.
- AliasedDeployerDeployMojo() - Constructor for class org.codehaus.cargo.maven2.AliasedDeployerDeployMojo
-
- AliasedDeployerRedeployMojo - Class in org.codehaus.cargo.maven2
-
Class used uniquely to provide a goal alias for deployer-deploy
.
- AliasedDeployerRedeployMojo() - Constructor for class org.codehaus.cargo.maven2.AliasedDeployerRedeployMojo
-
- AliasedDeployerUndeployMojo - Class in org.codehaus.cargo.maven2
-
Class used uniquely to provide a goal alias for deployer-undeploy
.
- AliasedDeployerUndeployMojo() - Constructor for class org.codehaus.cargo.maven2.AliasedDeployerUndeployMojo
-