Skip to content

Instantly share code, notes, and snippets.

View modu's full-sized avatar

Varun Vyas modu

  • Salesforce
  • San Francisco
View GitHub Profile
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
@modu
modu / gist:84dfb981c626353f8d9c81c0c9171e4d
Created May 25, 2018 21:17
Daily used Intellij Keyboard shortcuts [Mac]
⌥ —> 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 ]