From 9fbec999552fa1348460c806da65b6b74337e93f Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Sat, 28 May 2022 23:29:55 -0500 Subject: [PATCH] Fix CI build - add project specific settings.xml w/ spring-repos --- .mvn/extensions.xml | 8 ++++++ .mvn/maven.config | 2 +- .mvn/settings.xml | 63 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 72 insertions(+), 1 deletion(-) create mode 100644 .mvn/extensions.xml create mode 100644 .mvn/settings.xml diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml new file mode 100644 index 00000000..d587c783 --- /dev/null +++ b/.mvn/extensions.xml @@ -0,0 +1,8 @@ + + + com.github.gzm55.maven + project-settings-extension + 0.2.3 + + diff --git a/.mvn/maven.config b/.mvn/maven.config index 3b8cf46e..e75e5b08 100644 --- a/.mvn/maven.config +++ b/.mvn/maven.config @@ -1 +1 @@ --DaltSnapshotDeploymentRepository=repo.spring.io::default::https://repo.spring.io/libs-snapshot-local -P spring +-DaltSnapshotDeploymentRepository=repo.spring.io::default::https://repo.spring.io/libs-snapshot-local -P spring,spring-repos diff --git a/.mvn/settings.xml b/.mvn/settings.xml new file mode 100644 index 00000000..44f2ab85 --- /dev/null +++ b/.mvn/settings.xml @@ -0,0 +1,63 @@ + + + + + spring-repos + + false + + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/snapshot + + true + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + + spring-releases + Spring Releases + https://repo.spring.io/release + + false + + + + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/snapshot + + true + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + + spring-releases + Spring Releases + https://repo.spring.io/release + + false + + + + + +