Use dependency:go-offline -DexcludeTransitive=true

This commit is contained in:
Claudia Agache
2020-07-02 16:25:13 +03:00
parent 2a7881fc0f
commit 144d3fb6b9

View File

@@ -35,7 +35,7 @@ jobs:
include:
- name: "Pre-download all dependencies to cache without building"
stage: Prepare
script: mvn org.apache.maven.plugins:maven-dependency-plugin:3.1.2:collect
script: mvn dependency:go-offline -DexcludeTransitive=true
- name: "Build Community"
stage: Build AGS
script: