Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 845 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 845 Bytes

Java Maven Sample Application

See prerequisites of this sample.

Building

pack build applications/maven

Alternatively, if you want to attach a Maven settings.xml file to pass additional configuration to Maven.

pack build applications/maven --env BP_JVM_VERSION=17 --volume $(pwd)/bindings:/platform/bindings

The command above will use the sample settings.xml file from this repo. It may be more useful to copy your local settings.xml first.

cp ~/.m2/settings.xml java/maven/bindings/maven/settings.xml
pack build applications/maven --volume $(pwd)/bindings:/platform/bindings

Running

docker run --rm --tty --publish 8080:8080 applications/maven

Viewing

curl -s http://localhost:8080/actuator/health | jq .