Use dependency:go-offline -DexcludeTransitive=true

This commit is contained in:
Claudia Agache
2020-07-02 16:25:13 +03:00
parent 1a7222508c
commit 9007216564

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: