MVN

io.brooklyn : brooklyn-archetype-quickstart

Maven & Gradle

Mar 31, 2014
71 stars

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=io.brooklyn -DarchetypeArtifactId=brooklyn-archetype-quickstart -DarchetypeVersion=0.7.0-M1
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.7.0-M1
  • Latest Release Candidate: 0.6.0-rc.4

All Versions

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

Version Vulnerabilities Updated
0.7.x
brooklyn-archetype-quickstart-0.7.0-M1
0.6.x
brooklyn-archetype-quickstart-0.6.0
brooklyn-archetype-quickstart-0.6.0-rc.4
brooklyn-archetype-quickstart-0.6.0-rc.3
brooklyn-archetype-quickstart-0.6.0-rc.2
brooklyn-archetype-quickstart-0.6.0-rc.1
brooklyn-archetype-quickstart-0.6.0-M2

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=io.brooklyn -DarchetypeArtifactId=brooklyn-archetype-quickstart -DarchetypeVersion=0.7.0-M1