Skip to content

Latest commit

 

History

History
 
 

maven

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 .