From 904056b5f1e186d6f34f6a6f0d1f05b2a22280fc Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Mon, 11 Oct 2021 17:11:08 +0200 Subject: [PATCH] Remove redundant OSSRH snapshot repositories Background: When only consuming dependencies or plugins from OSSRH snapshots, there is no need to differentiate between the classic and new URLs. This is only relevant when deploying snapshots, i.e. in the 'distributionManagement' POM section. Signed-off-by: Alexander Kriegisch --- pom.xml | 38 +++++--------------------------------- 1 file changed, 5 insertions(+), 33 deletions(-) diff --git a/pom.xml b/pom.xml index 66b40d96c..7a4aa2e91 100644 --- a/pom.xml +++ b/pom.xml @@ -68,22 +68,8 @@ - aspectj-dev - AspectJ artifacts on aspectj.dev - https://aspectj.dev/maven - default - - true - always - - - true - never - - - - ossrh-snapshots-classic - Sonatype OSSRH snapshots classic + ossrh-snapshots + Sonatype OSSRH snapshots https://oss.sonatype.org/content/repositories/snapshots default @@ -96,23 +82,9 @@ - ossrh-snapshots-new - Sonatype OSSRH snapshots new - https://s01.oss.sonatype.org/content/repositories/snapshots - default - - true - always - - - true - never - - - - ossrh-snapshots - Sonatype OSSRH snapshots - https://oss.sonatype.org/content/repositories/snapshots + aspectj-dev + AspectJ artifacts on aspectj.dev + https://aspectj.dev/maven default true -- 2.39.5