From 1980df92d866ed4c047971da6706661e1b65ac4f Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Sun, 25 Jul 2021 17:35:04 +0700 Subject: [PATCH] Add Sonatype OSSRH snapshots repositories Otherwise - JDT Core 1.9.8-SNAPSHOT (classic OSSRH snapshot URL) - AspectJ Maven Plugin 1.13-SNAPSHOT (new OSSRH snapshot URL) cannot be found Signed-off-by: Alexander Kriegisch --- pom.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/pom.xml b/pom.xml index 6f90cb809..b2273ab8a 100644 --- a/pom.xml +++ b/pom.xml @@ -82,6 +82,34 @@ never + + ossrh-snapshots-classic + Sonatype OSSRH snapshots classic + https://oss.sonatype.org/content/repositories/snapshots + default + + true + always + + + true + never + + + + ossrh-snapshots-new + Sonatype OSSRH snapshots new + https://s01.oss.sonatype.org/content/repositories/snapshots + default + + true + always + + + true + never + + -- 2.39.5