Merge pull request #104 from iuliana/upgrade Upgraded Go version an Go dependencies versions
Merge pull request #104 from iuliana/upgrade
Upgraded Go version an Go dependencies versions
This repo contains the CLI client for Apache Brooklyn. It is written in go and is built for all platform.
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:
Dockerfile
docker build -t brooklyn:client .
Then run the build:
docker run -i --rm --name brooklyn-client -v ${HOME}/.m2:/root/.m2 -v ${PWD}:/usr/build -w /usr/build brooklyn:client mvn clean install
Simply run:
mvn clean install
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
Apache Brooklyn Client Sub-Project
This repo contains the CLI client for Apache Brooklyn. It is written in go and is built for all platform.
Building the project
2 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: