Last Version

Cargo Samples - Maven 2 - In-place Development test 1.8.5

Sample application that exercises the Cargo Maven 2 / 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-maven2-inPlaceDevelopment-test
Version

Version

1.8.5
Type

Type

war
Description

Description

Cargo Samples - Maven 2 - In-place Development test
Sample application that exercises the Cargo Maven 2 / 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-maven2-inPlaceDevelopment-test 1.8.5


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

Dependencies

test (2)

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

Project Modules

There are no modules declared in this project.