diff --git a/Makefile b/Makefile index ab3fb43..f7d9a2c 100644 --- a/Makefile +++ b/Makefile @@ -2,4 +2,4 @@ all: build build: - mvn clean compile assembly:single \ No newline at end of file + mvn --batch-mode clean compile assembly:single \ No newline at end of file