From af24637a98225b409f35fa3b6a514a0b82848841 Mon Sep 17 00:00:00 2001 From: Rune Flobakk Date: Mon, 29 Apr 2024 15:55:15 +0200 Subject: [PATCH] Avoid duplicate executions for sources and javadoc Already configured with profiles in parent pom, and activated in .mvn/maven.config --- pom.xml | 44 ++++++++------------------------------------ 1 file changed, 8 insertions(+), 36 deletions(-) diff --git a/pom.xml b/pom.xml index 67605be..bbb19ef 100644 --- a/pom.xml +++ b/pom.xml @@ -107,13 +107,6 @@ - - maven-release-plugin - 2.5.3 - - @{project.version} - - org.jasig.maven maven-notice-plugin @@ -160,6 +153,14 @@ versions-maven-plugin 2.7 + + maven-source-plugin + 3.3.1 + + + maven-javadoc-plugin + 3.6.3 + com.github.siom79.japicmp japicmp-maven-plugin @@ -180,35 +181,6 @@ - - maven-source-plugin - 3.0.1 - - true - - - - attach-source - - jar - - - - - - maven-dependency-plugin - - - - analyze-only - - - true - true - - - - maven-enforcer-plugin 3.0.0-M2