From 5d0cdade6407979aa226425a0ba93bde60f12cba Mon Sep 17 00:00:00 2001 From: Scott Leberknight <174812+sleberknight@users.noreply.github.com> Date: Tue, 7 Nov 2023 22:28:19 -0500 Subject: [PATCH] Override the javadoc plugin b/c of problems caused by Lombok --- pom.xml | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/pom.xml b/pom.xml index a1588eb..182917a 100644 --- a/pom.xml +++ b/pom.xml @@ -135,4 +135,58 @@ + + + + release + + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${maven-javadoc-plugin.version} + + + attach-javadocs + + jar + + + + + + ${project.build.sourceDirectory}:${project.build.directory}/generated-sources/annotations + + + + + + apiNote + a + API Note: + + + implSpec + a + Implementation Requirements: + + + implNote + a + Implementation Note: + + + + + + + + +