inform the user :)
This commit is contained in:
parent
bd9a604790
commit
0753006088
@ -23,6 +23,7 @@ RESET_FORMATTING=$(tput sgr0)
|
||||
# if found a ./mvnw file execute it otherwise execute orignal mvn
|
||||
mvn-or-mvnw() {
|
||||
if [ -f ./mvnw ] ; then
|
||||
echo "executing mvnw instead of mvn"
|
||||
./mvnw "$@";
|
||||
else
|
||||
mvn "$@";
|
||||
|
Loading…
Reference in New Issue
Block a user