From fe4a585cf369fe2999aa572963d8a1b262811e1a Mon Sep 17 00:00:00 2001 From: Thad Guidry Date: Thu, 16 Jan 2020 10:23:38 -0600 Subject: [PATCH] Inform user about download of Maven starting --- refine | 1 + 1 file changed, 1 insertion(+) diff --git a/refine b/refine index a0e4bd687..d1c123545 100755 --- a/refine +++ b/refine @@ -315,6 +315,7 @@ mvn_prepare() { if [ -z "$MVN_HOME" ] ; then cd $REFINE_TOOLS_DIR if [ ! -f "$MVN_FILE" ] ; then + echo "/nCould not find Maven locally, starting download for Maven..." download $MVN_URL $MVN_FILE fi if [ ! -d "$MVN_DIR" ] ; then