Merge pull request #1433 from zan-mateusz/fix/coerce-list-custom-type-effector-yaml fix: coerce list-of-custom-type effector inputs supplied as YAML
Merge pull request #1433 from zan-mateusz/fix/coerce-list-custom-type-effector-yaml
fix: coerce list-of-custom-type effector inputs supplied as YAML
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:
Dockerfile
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
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
Apache Brooklyn Server Sub-Project
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.
Building the project
Two methods are available to build this project: within a docker container or directly with maven.
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:
Using maven
Simply run: