Skip to content

Instantly share code, notes, and snippets.

@modu
Created May 25, 2018 21:19
Show Gist options
  • Select an option

  • Save modu/994c9488b8cd79bfcf79aa8012f4bd78 to your computer and use it in GitHub Desktop.

Select an option

Save modu/994c9488b8cd79bfcf79aa8012f4bd78 to your computer and use it in GitHub Desktop.
Maven commands
mvn clean install -Dmaven.test.skip=true
maven Commands for clean dependency problem
When run on a project, remove the project dependencies from the local repository, and optionally re-resolve them. Outside of a project, remove the manually given dependencies.
1. mvn dependency:purge-local-repository
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment