From 529ccb342afe3aba7f3da20fae1638e406714893 Mon Sep 17 00:00:00 2001 From: NichtStudioCode <51272202+NichtStudioCode@users.noreply.github.com> Date: Thu, 8 Jul 2021 16:43:42 +0200 Subject: [PATCH] Generate javadoc during install phase --- pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pom.xml b/pom.xml index 73386fd..c9728d2 100644 --- a/pom.xml +++ b/pom.xml @@ -35,4 +35,22 @@ InvUI + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.3 + + + attach-javadocs + + jar + + + + + + + \ No newline at end of file