From 8d2db7b12461685e09a4ad93c20469df7282cfb5 Mon Sep 17 00:00:00 2001 From: slewi Date: Thu, 7 Oct 2021 21:06:26 -0700 Subject: [PATCH] Added javadoc task back in --- generator/pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/generator/pom.xml b/generator/pom.xml index a5e7c2c..96e1295 100644 --- a/generator/pom.xml +++ b/generator/pom.xml @@ -74,6 +74,27 @@ + + org.apache.maven.plugins + maven-javadoc-plugin + 3.1.0 + + false + true + accessibility,html,reference,syntax + true + false + 8 + + + + attach-javadocs + + jar + + + + org.sonatype.plugins nexus-staging-maven-plugin