mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Use dependency:go-offline -DexcludeTransitive=true
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user