From b41a6e21379b5b76c21e7f96505b2ecb75f5a1fc Mon Sep 17 00:00:00 2001 From: tastybento Date: Mon, 11 Oct 2021 18:32:31 -0700 Subject: [PATCH] Revert "Remove javadoc" This reverts commit 1fdc07e0a89a6c71142f9ad8ff062cce0f821f3f. --- pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pom.xml b/pom.xml index dc69f34..df0e0bb 100644 --- a/pom.xml +++ b/pom.xml @@ -183,6 +183,24 @@ maven-jar-plugin 3.1.0 + + org.apache.maven.plugins + maven-javadoc-plugin + 3.0.1 + + public + false + -Xdoclint:none + + + + attach-javadocs + + jar + + + + org.apache.maven.plugins maven-source-plugin