Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 936 Bytes

BUILD.md

File metadata and controls

31 lines (21 loc) · 936 Bytes

VMware Tanzu Application Service > Hoover

How to Build

./mvnw clean package

Alternatives

The below represent a collection of Maven profiles available in the Maven POM.

./mvnw clean package -Plog4j2

Swap out default "lossy" logging provider

# Using Cloud Native Buildpacks image
./mvnw spring-boot:build-image -Pnative

# Using pre-installed Graal CE
./mvnw native:compile -Pnative -DskipTests