From c05880973a760bf3f9cc60ae6aae4c9270cb8845 Mon Sep 17 00:00:00 2001 From: "Brian M. Long" Date: Thu, 4 Jun 2026 11:59:20 -0400 Subject: [PATCH] do not change the POM when shading --- pom.xml | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 5fa250c..f4e4122 100644 --- a/pom.xml +++ b/pom.xml @@ -89,13 +89,11 @@ com.fasterxml.jackson.dataformat jackson-dataformat-xml - runtime com.fasterxml.jackson.datatype jackson-datatype-joda - runtime @@ -126,6 +124,11 @@ versions-maven-plugin 2.21.0 + + org.codehaus.mojo + flatten-maven-plugin + 1.7.0 + maven-dependency-plugin 3.11.0 @@ -163,6 +166,21 @@ base.version + + org.codehaus.mojo + flatten-maven-plugin + + + + flatten-pom + process-resources + flatten + + ossrh + + + + @@ -227,7 +245,11 @@ package shade + true + + + false