Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 438 Bytes

how-to-build.adoc

File metadata and controls

29 lines (21 loc) · 438 Bytes

How To Build

  • 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