Create Java project with Maven archetype cargo-archetype-multiple-containers

Sample Maven archetype showing how to start / stop multiple containers.

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

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

Details about maven archetype cargo-archetype-multiple-containers

License

License

GroupId

GroupId

org.codehaus.cargo
ArtifactId

ArtifactId

cargo-archetype-multiple-containers
Version

Version

1.9.12
Type

Type

maven-archetype
Description

Description

Cargo Maven Archetype Starting and Stopping Multiple Containers
Sample Maven archetype showing how to start / stop multiple containers.
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-multiple-containers -DarchetypeVersion=1.9.12 -DinteractiveMode=false

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.2

Project Modules

There are no modules declared in this project.