From b1e12ac28793c88aa3c34d382d9a1ab8795c7336 Mon Sep 17 00:00:00 2001 From: Jakob Heher Date: Fri, 29 Apr 2022 14:15:12 +0200 Subject: clean up maven ci logs, hopefully --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e86b9d53..0013fbc5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ build-windows: tags: - docker script: - - mvn -Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository clean install -Pwindows -Dno-native-profile + - mvn -B -Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository clean install -Pwindows -Dno-native-profile artifacts: name: "PDFOver (Windows) on $CI_COMMIT_REF_SLUG" paths: @@ -27,7 +27,7 @@ build-linux: tags: - docker script: - - mvn -Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository clean install -Plinux -Dno-native-profile + - mvn -B -Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository clean install -Plinux -Dno-native-profile artifacts: name: "PDFOver (Linux) on $CI_COMMIT_REF_SLUG" paths: @@ -43,7 +43,7 @@ build-mac: tags: - docker script: - - mvn -Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository clean install -Pmac -Dno-native-profile + - mvn -B -Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository clean install -Pmac -Dno-native-profile artifacts: name: "PDFOver (Mac) on $CI_COMMIT_REF_SLUG" paths: -- cgit v1.2.3