Skip to content

jboss-dockerfiles/base-maven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages