Skip to content

pmsobrado/docker-maven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-maven

Docker image to run your maven command against a defined path

Build the image

Use docker pull pasogo/maven-compilator or build from docker-compose.yml using docker-compose build if you want to customize build arguments.

Build arguments

JAVA_VERSION -> Default: 7 MVN_VERSION -> Default: 3.1.1

Running container

docker run -v PATH/WHERE/EXEC/COMMAND:/src -e COMMAND=MVN/COMMAND --name maven-compilator pasogo/maven-compilator

Change PATH/WHERE/EXEC/COMMAND and MVN/COMMAND as you need.

About

Simple docker container to execute maven tasks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages