From e5a43e96f0d061c43ea7401fd79ebb88658b380b Mon Sep 17 00:00:00 2001 From: Bert Frees Date: Thu, 21 Sep 2023 18:43:46 +0200 Subject: [PATCH] Add "snapshots" profile to .mvn/settings.xml It can be enabled in cases where you want to pull snapshot artifacts from the OSS Sonatype snapshots repo. --- .mvn/settings.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.mvn/settings.xml b/.mvn/settings.xml index f486db5f..f523b5b4 100644 --- a/.mvn/settings.xml +++ b/.mvn/settings.xml @@ -29,8 +29,30 @@ + + snapshots + + false + + + + sonatype-snapshots + OSS Sonatype repo (snapshots) + https://oss.sonatype.org/content/repositories/snapshots/ + + false + + + true + always + warn + + + + central-https +