From 144d3fb6b9514ca7a483c13f6dcd8bd39f635a0c Mon Sep 17 00:00:00 2001 From: Claudia Agache Date: Thu, 2 Jul 2020 16:25:13 +0300 Subject: [PATCH] Use dependency:go-offline -DexcludeTransitive=true --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cfd818c38f..223a7f4bbd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: