From df277763cf0707aed920e9e0abc4054a96e69836 Mon Sep 17 00:00:00 2001 From: Finn Date: Mon, 29 Sep 2025 18:29:49 +0200 Subject: [PATCH] Added maven docs plugin --- pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/pom.xml b/pom.xml index 672187e..9e848cb 100644 --- a/pom.xml +++ b/pom.xml @@ -131,10 +131,31 @@ + + org.apache.maven.plugins + maven-source-plugin + 3.3.0 + + + attach-sources + + jar + + + + org.apache.maven.plugins maven-javadoc-plugin 3.6.3 + + + attach-javadocs + + jar + + +