From 9a84fdf2a9502956599c01d740b934b631550701 Mon Sep 17 00:00:00 2001 From: Konrad Windszus Date: Fri, 23 Feb 2024 12:07:06 +0100 Subject: [PATCH] [MNG-8019] Rely on default update policy (daily) for Central (#1381) Both plugin and regular repository should have the same policy. Unfortunately using "never" is not possible as long as resolver applies this policy to both artifacts (immutable) and metadata (mutable) --- .../src/main/resources/org/apache/maven/model/pom-4.0.0.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml b/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml index 81e8a31d5bff..df4295e2e76e 100644 --- a/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml +++ b/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml @@ -44,9 +44,6 @@ under the License. false - - never -