Created
November 9, 2021 03:13
-
-
Save luanvuhlu/205017b00353d27454481edf25c084c4 to your computer and use it in GitHub Desktop.
Docker maven
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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