MVN

org.apache.brooklyn : brooklyn-archetype-quickstart

Maven & Gradle

Feb 19, 2020

Brooklyn 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 -DarchetypeGroupId=org.apache.brooklyn -DarchetypeArtifactId=brooklyn-archetype-quickstart -DarchetypeVersion=1.0.0
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.brooklyn : brooklyn-archetype-quickstart to generate a Maven project - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of org.apache.brooklyn : brooklyn-archetype-quickstart to generate a Maven project - All Versions:

Version Vulnerabilities Updated
1.0.x
brooklyn-archetype-quickstart-1.0.0
brooklyn-archetype-quickstart-1.0.0-M1
0.12.x
brooklyn-archetype-quickstart-0.12.0
0.11.x
brooklyn-archetype-quickstart-0.11.0
0.10.x
brooklyn-archetype-quickstart-0.10.0
0.9.x
brooklyn-archetype-quickstart-0.9.0
0.8.x
brooklyn-archetype-quickstart-0.8.0-incubating
0.7.x
brooklyn-archetype-quickstart-0.7.0-incubating

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=org.apache.brooklyn -DarchetypeArtifactId=brooklyn-archetype-quickstart -DarchetypeVersion=1.0.0