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: + + + + + + + + +