mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="io.brooklyn" -DarchetypeArtifactId="brooklyn-archetype-quickstart" -DarchetypeVersion="0.7.0-M1" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdio.brooklyn |
ArtifactId | ArtifactIdbrooklyn-archetype-quickstart |
Version | Version0.7.0-M1 |
Type | Typemaven-archetype |
Description |
DescriptionBrooklyn Quick-Start Project Archetype
This project defines an archetype for creating new projects which consume brooklyn,
including an example application and an example new entity type,
able to build an OSGi JAR and a binary assembly, with logging and READMEs.
|
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=io.brooklyn -DarchetypeArtifactId=brooklyn-archetype-quickstart -DarchetypeVersion=0.7.0-M1 -DinteractiveMode=false