From ef2a4fcd19a826b9a2adf89ec346f09598447d95 Mon Sep 17 00:00:00 2001 From: alexander-komarov-ibm Date: Wed, 9 Apr 2025 11:07:26 -0400 Subject: [PATCH] Enforce deploy install plugin versions for checksums --- pom.xml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index ab389ed..b2e1435 100644 --- a/pom.xml +++ b/pom.xml @@ -94,6 +94,7 @@ ${java.build.version} ${java.build.vendor} 3.11.2 + 3.1.4 3.5.2 3.5.2 3.0.5 @@ -199,14 +200,14 @@ {{ARTIFACTORY_DEPLOY_USERNAME}} {{ARTIFACTORY_DEPLOY_PASSWORD}} ${artifactory-deploy-exclude-patterns} - ${artifactory-deploy-include-patterns} + ${artifactory-deploy-include-patterns} ${artifactory-repokey-releases} ${artifactory-repokey-snapshots} true true - ${artifactory-deploy-filter-excluded} + ${artifactory-deploy-filter-excluded} true @@ -252,7 +253,7 @@ org.apache.maven.plugins maven-deploy-plugin - 3.0.0 + ${deploy-plugin.version} ${skipDeploy} @@ -477,6 +478,17 @@ findbugs-maven-plugin ${findbugs-plugin.version} + + + org.apache.maven.plugins + maven-deploy-plugin + ${deploy-plugin.version} + + + org.apache.maven.plugins + maven-install-plugin + ${deploy-plugin.version} +