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 | |
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
| ⌥ —> Option ( alt ) | |
| ^ —> Control | |
| command + G for next occurance of word. | |
| command + 7 for substructure | |
| command + 1 for project | |
| command + B for going to declaration or definition of the tag | |
| shift + F6 to rename the file. | |
| command + Alt + L for auto format | |
| command + shift + A —> all action option [ Very useful to close project or open recently used project ] |