update pom to build submodules in subdirs not sibling dirs
1 file changed
tree: 3b963be99d8e316ea3db720aadf8400b46b64633
  1. .gitattributes
  2. .gitignore
  3. .gitmodules
  4. LICENSE
  5. NOTICE
  6. pom.xml
  7. README.md
README.md

Brooklyn

Apache Brooklyn helps to model, deploy, and manage systems.

It supports blueprints in YAML or Java, and deploys them to many clouds and other target environments. It monitors those deployments, maintains a live model, and runs autonomic policies to maintain their health.

For more information visit brooklyn.apache.org , where you'll find:

Quick Start

This is the uber-repo. To build the entire codebase, get this project and its sub-modules:

git clone http://github.com/apache/brooklyn/
cd brooklyn
git submodule init
git submodule update --remote --merge --recursive

And then:

mvn clean install

The results are in brooklyn-dist/usage/dist/target/. To run, you might:

pushd brooklyn-dist/usage/dist/target/brooklyn-dist/brooklyn/
bin/brooklyn launch

Resources

The developer guide for this version 0.9.0-SNAPSHOT contains more detail on: