From 01556ada3dd243332764004692ea3599588da023 Mon Sep 17 00:00:00 2001 From: Julien Ponge Date: Mon, 21 Oct 2024 12:08:48 +0200 Subject: [PATCH] Enforce sources and javadocs jar generation --- pom.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bbc46e6ee..a4addf2d9 100644 --- a/pom.xml +++ b/pom.xml @@ -225,9 +225,9 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.10.1 -Xdoclint:none + true @@ -245,6 +245,14 @@ + + org.apache.maven.plugins + maven-source-plugin + + true + + + org.cyclonedx cyclonedx-maven-plugin