Create Java project with Maven archetype cargo-archetype-daemon

Sample Maven archetype showing how to configure Cargo and Maven to generate a webapp and remotely start and stop a container with the application deployed on it.

Create a Java Project by archetype cargo-archetype-daemon with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.codehaus.cargo"   -DarchetypeArtifactId="cargo-archetype-daemon"   -DarchetypeVersion="1.9.12"   -DinteractiveMode=false 

Details about maven archetype cargo-archetype-daemon

License

License

GroupId

GroupId

org.codehaus.cargo
ArtifactId

ArtifactId

cargo-archetype-daemon
Version

Version

1.9.12
Type

Type

maven-archetype
Description

Description

Cargo Maven Archetype demonstrating the Cargo Daemon
Sample Maven archetype showing how to configure Cargo and Maven to generate a webapp and remotely start and stop a container with the application deployed on it.
Project Organization

Project Organization

Codehaus Cargo

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.codehaus.cargo -DarchetypeArtifactId=cargo-archetype-daemon -DarchetypeVersion=1.9.12 -DinteractiveMode=false

Dependencies

compile (1)

Group / Artifact Type Version
org.codehaus.cargo : cargo-daemon-webapp war 1.9.12

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.2

Project Modules

There are no modules declared in this project.