Skip to content

Instantly share code, notes, and snippets.

@aidmax
Last active November 11, 2020 06:17
Show Gist options
  • Save aidmax/299cc1364b767e92a582fcdaa4857dcb to your computer and use it in GitHub Desktop.
Save aidmax/299cc1364b767e92a582fcdaa4857dcb to your computer and use it in GitHub Desktop.
mvn command docker alias
$ alias mvn='docker run -it -v $(pwd):$(pwd) -w $(pwd) maven:3.6-jdk-8-alpine mvn'
$ mvn clean package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment