From 1d0f8c8b0a4d1e8860de4b6087d4cdc9cea4822e Mon Sep 17 00:00:00 2001 From: George Gastaldi Date: Mon, 9 Sep 2024 15:56:57 -0300 Subject: [PATCH] Avoid publishing support modules in Maven Central (#319) --- pom.xml | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b6367c68..cc3864e6 100644 --- a/pom.xml +++ b/pom.xml @@ -17,9 +17,7 @@ client-vertx deployment runtime - docs test-framework - integration-tests scm:git:git@github.com:quarkiverse/quarkus-vault.git @@ -133,4 +131,30 @@ + + + docs + + + performRelease + !true + + + + docs + + + + it + + + performRelease + !true + + + + integration-tests + + +