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
| License |
License |
|---|---|
| GroupId | GroupIdorg.codehaus.cargo |
| ArtifactId | ArtifactIdcargo-archetype-daemon |
| Version | Version1.9.12 |
| Type | Typemaven-archetype |
| Description |
DescriptionCargo 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 |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.codehaus.cargo -DarchetypeArtifactId=cargo-archetype-daemon -DarchetypeVersion=1.9.12 -DinteractiveMode=false
| Group / Artifact | Type | Version |
|---|---|---|
| org.codehaus.cargo : cargo-daemon-webapp | war | 1.9.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.2 |