commit | a94f7d84ebcd984ec7c44d62add2f00d5e663717 | [log] [tgz] |
---|---|---|
author | Aled Sage <aled.sage@gmail.com> | Tue Aug 21 15:07:51 2018 +0100 |
committer | Aled Sage <aled.sage@gmail.com> | Tue Aug 21 15:07:51 2018 +0100 |
tree | 7a2805bcd06c358303082738deef014aa4133a42 | |
parent | b1ceeb89ff3e64ca071419181634b5903d5f41ae [diff] | |
parent | 20bbcafcb2c353dd8e9cd4fe870f8a2d6b22bb74 [diff] |
This closes #157
This sub-project contains various entities not needed for Brooklyn, but useful in practice as building blocks, including entities for webapps, datastores, and more.
2 methods are available to build this project: within a docker container or directly with maven.
The project comes with a Dockerfile
that contains everything you need to build this project. First, build the docker image:
docker build -t brooklyn:library .
Then run the build:
docker run -i --rm --name brooklyn-library -v ${HOME}/.m2:/root/.m2 -v ${PWD}:/usr/build -w /usr/build brooklyn:library mvn clean install
Simply run:
mvn clean install