From 06b7ad88d5586443cf19b962587bf3038d6d7aea Mon Sep 17 00:00:00 2001 From: Gabriele C Date: Sun, 6 Dec 2015 01:44:48 +0100 Subject: [PATCH] console mode during mvn build --- src/tools/bathelpers/build_project.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/bathelpers/build_project.bat b/src/tools/bathelpers/build_project.bat index 01b515ba9..f30ea024d 100644 --- a/src/tools/bathelpers/build_project.bat +++ b/src/tools/bathelpers/build_project.bat @@ -3,4 +3,4 @@ if "%jarfile%" == "" ( call setvars.bat ) -mvn clean install -f "%pomfile%" \ No newline at end of file +mvn clean install -f "%pomfile%" -B