Loading .gitlab-ci.yml +3 −3 Original line number Original line Diff line number Diff line Loading @@ -97,9 +97,9 @@ image: maven:3.9.6-eclipse-temurin-17 # To keep cache across branches add 'key: "$CI_JOB_NAME"' # To keep cache across branches add 'key: "$CI_JOB_NAME"' # Be aware that `mvn deploy` will install the built jar into this repository. If you notice your cache size # Be aware that `mvn deploy` will install the built jar into this repository. If you notice your cache size # increasing, consider adding `-Dmaven.install.skip=true` to `MAVEN_OPTS` or in `.mvn/maven.config` # increasing, consider adding `-Dmaven.install.skip=true` to `MAVEN_OPTS` or in `.mvn/maven.config` cache: # cache: paths: # paths: - .m2/repository # - .m2/repository # For merge requests do not `deploy` but only run `verify`. # For merge requests do not `deploy` but only run `verify`. # See https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html # See https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html Loading Loading
.gitlab-ci.yml +3 −3 Original line number Original line Diff line number Diff line Loading @@ -97,9 +97,9 @@ image: maven:3.9.6-eclipse-temurin-17 # To keep cache across branches add 'key: "$CI_JOB_NAME"' # To keep cache across branches add 'key: "$CI_JOB_NAME"' # Be aware that `mvn deploy` will install the built jar into this repository. If you notice your cache size # Be aware that `mvn deploy` will install the built jar into this repository. If you notice your cache size # increasing, consider adding `-Dmaven.install.skip=true` to `MAVEN_OPTS` or in `.mvn/maven.config` # increasing, consider adding `-Dmaven.install.skip=true` to `MAVEN_OPTS` or in `.mvn/maven.config` cache: # cache: paths: # paths: - .m2/repository # - .m2/repository # For merge requests do not `deploy` but only run `verify`. # For merge requests do not `deploy` but only run `verify`. # See https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html # See https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html Loading