Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Maven Base Docker Image

Building

docker build -t base-maven .

Example Usage ~~~

  • cd [workDir]

  • docker run -v `pwd`:/opt/jboss/myproject:z base-maven mvn clean install -f /opt/jboss/myproject

This will execute "mvn clean install" using the container to build the sources in workDir. Note that each run is idempotent and will trigger a build with a fresh, non-cached m2 repository.

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors