From e8c67a115d8df08bcecbf2a2e27a7f830ae387ed Mon Sep 17 00:00:00 2001 From: Marten Deinum Date: Tue, 6 Dec 2022 14:19:25 +0100 Subject: [PATCH] Add maven.config file Reduce the output generated for the build. Add the -ntp (no transfer progress) as to not to pollute the server output and thus improve performance. --- spring-batch-excel/.mvn/maven.config | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 spring-batch-excel/.mvn/maven.config diff --git a/spring-batch-excel/.mvn/maven.config b/spring-batch-excel/.mvn/maven.config new file mode 100644 index 0000000..64ec47f --- /dev/null +++ b/spring-batch-excel/.mvn/maven.config @@ -0,0 +1,2 @@ +-ntp +-V