Skip to content

Commit

Permalink
more maven aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
sha1n committed Jan 22, 2024
1 parent ba89099 commit 9772b0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ alias mvnf='mvn -U clean install'
alias mvnci='mvn clean install'
alias mvnq='mvn -T 1C clean install -DskipTests'
alias mvndt='mvn dependency:tree'
alias mvndr='mvn dependency:resolve -U'
alias mvndpl='mvn dependency:purge-local-repository'
# filters out non first degree dependencies from 'mvndt' output
alias mvndtt='mvndt | grep --color=never -F "[INFO] +- " | tr -d "[INFO] +- "'
# utilities
alias uuid="uuidgen | awk '{print tolower(\$0)}'"
alias history='history 1'
alias diff='diff --side-by-side --suppress-common-lines'
# Added by function 'alias_last'
alias mvndr='mvn dependency:resolve -U'

0 comments on commit 9772b0d

Please sign in to comment.