| commit | d6ee94d7c053367aa64ae12a439aff2b41ead085 | [log] [tgz] |
|---|---|---|
| author | Alex Heneveld <alex.heneveld@cloudsoftcorp.com> | Fri Sep 19 12:21:47 2025 +0100 |
| committer | GitHub <noreply@github.com> | Fri Sep 19 12:21:47 2025 +0100 |
| tree | 718041265c58d1b0c7662a756c6a654c21072485 | |
| parent | 335ad0f1b3dc45e9910c1a0130011cfa7addb3d4 [diff] | |
| parent | 4d7f2fe34fe5e6cef6e8b9b4b7ebcff7292c9415 [diff] |
Merge pull request #1423 from ahgittin/duration Fix Duration maths

This repo contains the core elements to run a Brooklyn server, from the API and utils through to the core implementation and the REST server.
Two 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:server .
Then run the build:
docker run -i --rm --name brooklyn-server -v ${HOME}/.m2:/root/.m2 -v ${PWD}:/usr/build -w /usr/build brooklyn:server mvn clean install
Simply run:
mvn clean install