-
git
-
docker
-
java 11
-
maven 3.8.x
Checkout the code
$ git clone https://github.com/bf2fc6cc711aee1a0c2a/cos-fleet-catalog-camel
$ cd cos-fleet-catalog-camel
A fast build without tests:
$ ./mvnw clean install -DskipTests=true
A build with integration tests (requires docker):
$ ./mvnw clean install -Dcontainer-build -Dcontaineer-test