From 489e4e6526ba0012113642252cc6c16e423720dc Mon Sep 17 00:00:00 2001 From: Tamas Cservenak Date: Tue, 31 Jan 2023 13:22:31 +0100 Subject: [PATCH] [MNG-7676] Fix checksum plugin configuration (#977) Wrong goal is being used that does not honor classifiers. Also, have to reshuffle the config, move it inside execution otherwise ASF parent pom execution is NOT overridden. --- https://issues.apache.org/jira/browse/MNG-7676 --- apache-maven/pom.xml | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml index 690a232776..59f03e67b0 100644 --- a/apache-maven/pom.xml +++ b/apache-maven/pom.xml @@ -283,26 +283,15 @@ under the License. net.nicoulaj.maven.plugins checksum-maven-plugin - - - - ${project.build.directory} - - ${project.artifactId}-${project.version}-src.zip - ${project.artifactId}-${project.version}-src.tar.gz - ${project.artifactId}-${project.version}-bin.zip - ${project.artifactId}-${project.version}-bin.tar.gz - - - - true - source-release-checksum - files + artifacts + + src +