From d249ae4c467120e2ee853973e58e0cd35d9b43d4 Mon Sep 17 00:00:00 2001 From: Arjan Tijms Date: Fri, 27 Feb 2026 15:48:20 +0100 Subject: [PATCH] Skip publishing patched modules --- hibernate-validator-cdi-patched/pom.xml | 9 +++++++++ hibernate-validator-patched/pom.xml | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/hibernate-validator-cdi-patched/pom.xml b/hibernate-validator-cdi-patched/pom.xml index 7d8c6b337a..10857ea337 100644 --- a/hibernate-validator-cdi-patched/pom.xml +++ b/hibernate-validator-cdi-patched/pom.xml @@ -144,6 +144,15 @@ + + + org.sonatype.central + central-publishing-maven-plugin + true + + true + + \ No newline at end of file diff --git a/hibernate-validator-patched/pom.xml b/hibernate-validator-patched/pom.xml index 704b060f8f..112d16a3ba 100644 --- a/hibernate-validator-patched/pom.xml +++ b/hibernate-validator-patched/pom.xml @@ -150,6 +150,15 @@ + + + org.sonatype.central + central-publishing-maven-plugin + true + + true + + \ No newline at end of file