Created
May 25, 2018 21:19
-
-
Save modu/994c9488b8cd79bfcf79aa8012f4bd78 to your computer and use it in GitHub Desktop.
Maven commands
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
| 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