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
|
# if found a ./mvnw file execute it otherwise execute orignal mvn
|
||||||
mvn-or-mvnw() {
|
mvn-or-mvnw() {
|
||||||
if [ -f ./mvnw ] ; then
|
if [ -f ./mvnw ] ; then
|
||||||
|
echo "executing mvnw instead of mvn"
|
||||||
./mvnw "$@";
|
./mvnw "$@";
|
||||||
else
|
else
|
||||||
mvn "$@";
|
mvn "$@";
|
||||||
|
Loading…
Reference in New Issue
Block a user