From cd81d11715cb920a3a02f35679bbbb52758de50f Mon Sep 17 00:00:00 2001 From: George Gastaldi Date: Mon, 9 Sep 2024 11:37:12 -0300 Subject: [PATCH] Avoid publishing support modules in Maven Central --- pom.xml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index f1fa4e9..284b435 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,6 @@ impl deployment runtime - docs scm:git:git@github.com:quarkiverse/quarkus-kafka-streams-processor.git @@ -86,8 +85,7 @@ protobuf-maven-plugin 0.6.1 - com.google.protobuf:protoc:${protobuf.version}:exe:${os.detected.classifier} - + com.google.protobuf:protoc:${protobuf.version}:exe:${os.detected.classifier} true @@ -131,6 +129,18 @@ + + docs + + + performRelease + !true + + + + docs + + it @@ -148,7 +158,6 @@ - org.apache.maven.plugins maven-surefire-plugin