From 08cd572d0c36b574424f74715e01e10264339304 Mon Sep 17 00:00:00 2001 From: torakiki Date: Mon, 6 Nov 2023 13:21:35 +0100 Subject: [PATCH] modified pom to be able to publish to maven central --- pom.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/pom.xml b/pom.xml index 5843ef67..66a694d8 100644 --- a/pom.xml +++ b/pom.xml @@ -20,6 +20,15 @@ v5.1.3 + + + GNU Affero General Public License + https://www.gnu.org/licenses/agpl-3.0.html + repo + AGPLv3 + + + pdfsam-ossrh-snapshots @@ -95,6 +104,23 @@ + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + -Xdoclint:none + + + org.apache.maven.plugins maven-release-plugin