Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 734 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 734 Bytes

Java Maven Sample Application

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 --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 .