mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="org.codehaus.cargo" -DarchetypeArtifactId="cargo-archetype-remote-deployment" -DarchetypeVersion="1.9.12" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdorg.codehaus.cargo |
ArtifactId | ArtifactIdcargo-archetype-remote-deployment |
Version | Version1.9.12 |
Type | Typemaven-archetype |
Description |
DescriptionCargo Maven Archetype demonstrating Remote Deployment
Sample Maven archetype showing how to configure Cargo and Maven to generate a webapp and deploy it to a remote container.
|
Project Organization |
Project OrganizationCodehaus Cargo |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.codehaus.cargo -DarchetypeArtifactId=cargo-archetype-remote-deployment -DarchetypeVersion=1.9.12 -DinteractiveMode=false
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |