Update .gitlab-ci.yml

This commit is contained in:
Charitha Goonetilleke 2020-03-31 19:05:50 +00:00
parent c6556b4c12
commit 8cd1b01c18

View File

@ -1,10 +1,8 @@
variables: variables:
MAVEN_CLI_OPTS: "-s .m2/settings.xml --batch-mode" MAVEN_CLI_OPTS: "-s .m2/settings.xml --batch-mode"
MAVEN_OPTS: "-Dmaven.repo.local=.m2/repository"
cache: cache:
paths: paths:
- .m2/repository/
- target/ - target/
build: build: