From cfbad651a73a76400b3e88fd9f255cebb06c1640 Mon Sep 17 00:00:00 2001 From: "Jamin W. Collins" Date: Wed, 26 Jan 2022 12:23:56 -0700 Subject: [PATCH] override https requirement for 4thline-repo Maven blocks external HTTP repositories by default since version 3.8.1 (see https://maven.apache.org/docs/3.8.1/release-notes.html) Signed-off-by: Jamin W. Collins --- .mvn/local-settings.xml | 15 +++++++++++++++ .mvn/maven.config | 1 + 2 files changed, 16 insertions(+) create mode 100644 .mvn/local-settings.xml create mode 100644 .mvn/maven.config diff --git a/.mvn/local-settings.xml b/.mvn/local-settings.xml new file mode 100644 index 00000000000..3abc1df0e86 --- /dev/null +++ b/.mvn/local-settings.xml @@ -0,0 +1,15 @@ + + + + + 4thline-repo-http-unblocker + 4thline-repo + + http://4thline.org/m2 + + + \ No newline at end of file diff --git a/.mvn/maven.config b/.mvn/maven.config new file mode 100644 index 00000000000..2965a02fc81 --- /dev/null +++ b/.mvn/maven.config @@ -0,0 +1 @@ +--settings ./.mvn/local-settings.xml \ No newline at end of file