mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="org.codehaus.cargo" -DarchetypeArtifactId="cargo-archetype-webapp-single-module" -DarchetypeVersion="1.9.6" -DinteractiveMode=false
| License |
License |
|---|---|
| GroupId | GroupIdorg.codehaus.cargo |
| ArtifactId | ArtifactIdcargo-archetype-webapp-single-module |
| Version | Version1.9.6 |
| Type | Typemaven-archetype |
| Description |
DescriptionCargo Maven Archetype Single Webapp Module
Sample Maven archetype showing how to configure Cargo and Maven to run functional tests directly from a single webapp module.
|
| Project Organization |
Project OrganizationCodehaus Cargo |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.codehaus.cargo -DarchetypeArtifactId=cargo-archetype-webapp-single-module -DarchetypeVersion=1.9.6 -DinteractiveMode=false
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.2 |