This is an automated email from the git hooks/post-receive script. New commit to branch master in repository topia-sample-project. See https://gitlab.nuiton.org/nuiton/topia-sample-project.git commit 06953e534fbaba978f068ca7a1762b6e11a8b5de Author: Brendan Le Ny <bleny@codelutin.com> Date: Mon Oct 23 14:09:35 2017 +0200 Use maven batch mode on CI --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 31c0c53..ca1fdb5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,13 +9,13 @@ maven-build: maven-build-with-latest-stables: image: registry.nuiton.org/codelutin/dockerfiles:maven-release stage: build - script: - - mvn versions:update-properties + script: + - mvn --batch-mode versions:update-properties - mvn --batch-mode clean package maven-build-with-latest-snapshots: image: registry.nuiton.org/codelutin/dockerfiles:maven-release stage: build - script: - - mvn versions:update-properties -DallowSnapshots + script: + - mvn --batch-mode versions:update-properties -DallowSnapshots - mvn --batch-mode clean package -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.