From bed6db7746c922c6b19dda7ccc77d4bab23298ab Mon Sep 17 00:00:00 2001 From: George Gastaldi Date: Mon, 9 Sep 2024 15:48:40 -0300 Subject: [PATCH] Avoid publishing support modules in Maven Central (#217) --- pom.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 766cd1a..7ac7515 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,6 @@ quarkus-asyncapi quarkus-asyncapi-scanner quarkus-asyncapi-common - docs scm:git:git@github.com:quarkiverse/quarkus-asyncapi.git @@ -101,4 +100,18 @@ + + + docs + + + performRelease + !true + + + + docs + + +