From 5e23c339f9da762d6c2fd74510c1aa1fa566050d Mon Sep 17 00:00:00 2001 From: Christian Koop Date: Sat, 24 Jun 2023 12:32:49 +0200 Subject: [PATCH] Configure generation of JavaDocs and Source jars for API submodule --- EpicAnchors-API/pom.xml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/EpicAnchors-API/pom.xml b/EpicAnchors-API/pom.xml index 85579f8..6765e16 100644 --- a/EpicAnchors-API/pom.xml +++ b/EpicAnchors-API/pom.xml @@ -21,7 +21,6 @@ - site jar @@ -37,14 +36,16 @@ org.apache.maven.plugins - maven-project-info-reports-plugin - 3.4.5 - + maven-source-plugin + 3.3.0 - - org.apache.maven.plugins - maven-site-plugin - 3.12.1 + + + + jar + + +