From 347507f626b0e024a3542db22d7ee5b9cd1bd0a4 Mon Sep 17 00:00:00 2001 From: Christian Koop Date: Fri, 30 Jun 2023 22:31:29 +0200 Subject: [PATCH] Generate JavaDocs and Source jar files for API sub-module --- UltimateStacker-API/pom.xml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/UltimateStacker-API/pom.xml b/UltimateStacker-API/pom.xml index 2085188..6a407c7 100644 --- a/UltimateStacker-API/pom.xml +++ b/UltimateStacker-API/pom.xml @@ -38,6 +38,40 @@ + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.5.0 + + + + + jar + + + + + + + https://hub.spigotmc.org/javadocs/spigot/ + + + + + + org.apache.maven.plugins + maven-source-plugin + 3.3.0 + + + + + jar + + + +