mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="org.codehaus.cargo" -DarchetypeArtifactId="cargo-archetype-webapp-with-datasource" -DarchetypeVersion="1.9.12" -DinteractiveMode=false
| License |
License |
|---|---|
| GroupId | GroupIdorg.codehaus.cargo |
| ArtifactId | ArtifactIdcargo-archetype-webapp-with-datasource |
| Version | Version1.9.12 |
| Type | Typemaven-archetype |
| Description |
DescriptionCargo Maven Archetype Webapp with DataSource
Sample Maven archetype showing how to configure Cargo and Maven to run functional tests directly from a webapp with datasource. Cargo will be used to configure the datasource on the container.
|
| Project Organization |
Project OrganizationCodehaus Cargo |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.codehaus.cargo -DarchetypeArtifactId=cargo-archetype-webapp-with-datasource -DarchetypeVersion=1.9.12 -DinteractiveMode=false
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.2 |