From 1ad2444945829724bd678772f131d507554b0a99 Mon Sep 17 00:00:00 2001 From: Peter Skopek Date: Tue, 1 Jul 2025 13:44:11 +0200 Subject: [PATCH] Add missing javadocs to published artifacts to allow Maven Central Portal Publisher pass validation process. Signed-off-by: Peter Skopek --- authz/client/pom.xml | 7 ------- distribution/maven-plugins/pom.xml | 1 - 2 files changed, 8 deletions(-) diff --git a/authz/client/pom.xml b/authz/client/pom.xml index 05889a05041..9d9d0528f79 100644 --- a/authz/client/pom.xml +++ b/authz/client/pom.xml @@ -73,13 +73,6 @@ - - org.apache.maven.plugins - maven-javadoc-plugin - - true - - org.apache.maven.plugins maven-deploy-plugin diff --git a/distribution/maven-plugins/pom.xml b/distribution/maven-plugins/pom.xml index 8e9b252eb26..4eff4b908a6 100644 --- a/distribution/maven-plugins/pom.xml +++ b/distribution/maven-plugins/pom.xml @@ -74,7 +74,6 @@ addTestSources generateStubs compile - removeStubs generateTestStubs compileTests removeTestStubs