From 2737f488b098f7b6433f18a8fe87f87121edc0ef Mon Sep 17 00:00:00 2001 From: "Jason T. Greene" Date: Wed, 5 Dec 2018 10:06:36 -0600 Subject: [PATCH] Use jboss.org as a mirror --- azure-mvn-settings.xml | 78 ++++++++++++++++++++++++++++++++++++++++++ azure-pipelines.yml | 2 +- 2 files changed, 79 insertions(+), 1 deletion(-) create mode 100644 azure-mvn-settings.xml diff --git a/azure-mvn-settings.xml b/azure-mvn-settings.xml new file mode 100644 index 000000000..713429bd4 --- /dev/null +++ b/azure-mvn-settings.xml @@ -0,0 +1,78 @@ + + + + jboss-public-repository-group + *,!redhat-ga-repository,!protean-nexus-release,!protean-nexus-snapshot + jboss + http://repository.jboss.org/nexus/content/groups/developer/ + + + + + jboss-nexus + + + jboss-public-repository-group + JBoss Public Repository Group + http://repository.jboss.org/nexus/content/groups/public/ + default + + true + never + + + true + never + + + + redhat-ga-repository + Red Hat GA repository + http://maven.repository.redhat.com/ga/ + default + + true + never + + + false + daily + + + + + protean-nexus-release + Protean AWS Nexus - Releases + http://ec2-18-234-117-118.compute-1.amazonaws.com:8081/nexus/content/repositories/releases/ + default + + true + never + + + false + + + + + protean-nexus-snapshot + Protean AWS Nexus - Snapshots + http://ec2-18-234-117-118.compute-1.amazonaws.com:8081/nexus/content/repositories/snapshots/ + default + + true + never + + + true + + daily + + + + + + + jboss-nexus + + diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9980aecfa..427e7e8eb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,7 +21,7 @@ jobs: displayName: 'Maven Build' inputs: goals: 'install' - options: '-Dnative-image.docker-build -Dno-postgres -Dnative-image.xmx=4g' + options: '--settings azure-mvn-settings.xml -Dnative-image.docker-build -Dno-postgres -Dnative-image.xmx=4g' - script: | docker build -f docker/strict-example/Dockerfile -t jtgdocker1/shamrock-strict-example examples/strict/