From dd587d63032dc40fff07d67e080268ae476b7038 Mon Sep 17 00:00:00 2001 From: Matheus Lenke Date: Thu, 30 Jan 2025 21:40:03 -0300 Subject: [PATCH] fix: javadocs phase --- pom.xml | 51 +++++++++++++++++---------------------------------- 1 file changed, 17 insertions(+), 34 deletions(-) diff --git a/pom.xml b/pom.xml index 4146204..bd130df 100644 --- a/pom.xml +++ b/pom.xml @@ -74,28 +74,9 @@ 1.14.4 - + - - org.codehaus.mojo - build-helper-maven-plugin - 3.2.0 - - - add-source - generate-sources - - add-source - - - - ${project.basedir}/src/main/java/org/ontouml/ontouml4j - - - - - org.apache.maven.plugins maven-source-plugin @@ -103,26 +84,28 @@ attach-sources + verify jar-no-fork - - org.apache.maven.plugins - maven-javadoc-plugin - 2.9 - - - attach-javadocs - - jar - - - - - + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9 + + + attach-javadocs + package + + jar + + + + + org.sonatype.central