This sub-project contains various entities not needed for Brooklyn,
but useful as building blocks, including entities for webapps,
datastores, and more.
Building the project
Two methods are available to build this project: within a docker container or directly with maven.
Using maven
Simply run:
mvn clean install
Using docker
The project comes with a Dockerfile that contains everything you need to build this project.
First, build the docker image:
Library of Entities for Apache Brooklyn
This sub-project contains various entities not needed for Brooklyn, but useful as building blocks, including entities for webapps, datastores, and more.
Building the project
Two methods are available to build this project: within a docker container or directly with maven.
Using maven
Simply run:
Using docker
The project comes with a
Dockerfilethat contains everything you need to build this project. First, build the docker image:Then run the build:
You can speed this up by using your local .m2 cache: