Cargo Samples - Maven 3 - In-place Development test

Sample application that exercises the Cargo Maven 3 plugin's in-place development capabilities. Note that this sample currently works only for Jetty and Tomcat as it requires that container implementations support deploying an expanded WAR from a directory without copying it to the container deploy directory.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.codehaus.cargo
ArtifactId

ArtifactId

cargo-sample-maven3-inPlaceDevelopment-test
Last Version

Last Version

1.9.12
Release Date

Release Date

Type

Type

war
Description

Description

Cargo Samples - Maven 3 - In-place Development test
Sample application that exercises the Cargo Maven 3 plugin's in-place development capabilities. Note that this sample currently works only for Jetty and Tomcat as it requires that container implementations support deploying an expanded WAR from a directory without copying it to the container deploy directory.
Project Organization

Project Organization

Codehaus Cargo

Download cargo-sample-maven3-inPlaceDevelopment-test

How to add to project

<!-- https://jarcasting.com/artifacts/org.codehaus.cargo/cargo-sample-maven3-inPlaceDevelopment-test/ -->
<dependency>
    <groupId>org.codehaus.cargo</groupId>
    <artifactId>cargo-sample-maven3-inPlaceDevelopment-test</artifactId>
    <version>1.9.12</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.cargo/cargo-sample-maven3-inPlaceDevelopment-test/
implementation 'org.codehaus.cargo:cargo-sample-maven3-inPlaceDevelopment-test:1.9.12'
// https://jarcasting.com/artifacts/org.codehaus.cargo/cargo-sample-maven3-inPlaceDevelopment-test/
implementation ("org.codehaus.cargo:cargo-sample-maven3-inPlaceDevelopment-test:1.9.12")
'org.codehaus.cargo:cargo-sample-maven3-inPlaceDevelopment-test:war:1.9.12'
<dependency org="org.codehaus.cargo" name="cargo-sample-maven3-inPlaceDevelopment-test" rev="1.9.12">
  <artifact name="cargo-sample-maven3-inPlaceDevelopment-test" type="war" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.cargo', module='cargo-sample-maven3-inPlaceDevelopment-test', version='1.9.12')
)
libraryDependencies += "org.codehaus.cargo" % "cargo-sample-maven3-inPlaceDevelopment-test" % "1.9.12"
[org.codehaus.cargo/cargo-sample-maven3-inPlaceDevelopment-test "1.9.12"]

Dependencies

test (2)

Group / Artifact Type Version
org.codehaus.cargo : cargo-sample-java jar 1.9.12
junit : junit jar 3.8.2

Project Modules

There are no modules declared in this project.
org.codehaus.cargo

Codehaus Cargo

Cargo is a thin wrapper around existing containers (e.g. J2EE containers). It provides different APIs to easily manipulate containers.

Versions

Version
1.9.12
1.9.11
1.9.10
1.9.9
1.9.8
1.9.7
1.9.6
1.9.5
1.9.4
1.9.3
1.9.2
1.9.1
1.9.0