From 24f8bf621f96bf1168f4a8db147a3929937a294f Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Fri, 25 Jul 2025 12:36:39 +0200 Subject: [PATCH] build: Disable sortpom-maven-plugin only during release, also ignore repository section. Signed-off-by: Michael Simons --- pom.xml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a0fedbf5a..2091cbbe8 100644 --- a/pom.xml +++ b/pom.xml @@ -441,6 +441,8 @@ + + spring-snapshot @@ -457,6 +459,7 @@ https://repo.spring.io/milestone + @@ -477,7 +480,6 @@ strict true pom.xml - true @@ -497,6 +499,7 @@ **/*.adoc **/*.cypher + **/.flattened-pom.xml **/*.tpl **/aot.factories **/Jenkinsfile @@ -806,6 +809,20 @@ true + + release + + + + com.github.ekryd.sortpom + sortpom-maven-plugin + + true + + + + +