Skip to content

Instantly share code, notes, and snippets.

@luanvuhlu
Created November 9, 2021 03:13
Show Gist options
  • Save luanvuhlu/205017b00353d27454481edf25c084c4 to your computer and use it in GitHub Desktop.
Save luanvuhlu/205017b00353d27454481edf25c084c4 to your computer and use it in GitHub Desktop.
Docker maven
docker run -it --rm -v "$(pwd)":/usr/src/mymaven -v /home/luanvv/.m2:/root/.m2 -w /usr/src/mymaven maven:3.8.3-openjdk-17 mvn clean package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment