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/