5 lines
138 B
Bash
Executable file
5 lines
138 B
Bash
Executable file
#!/bin/zsh
|
|
#dep:mvn
|
|
source ${$(realpath "$0"):h:h}/lib/next-in-path.zsh
|
|
$(next-in-path mvn $0) -gs $XDG_CONFIG_HOME/maven/settings.xml $@
|