From e09aec3d67b86b33be921aeb93ab9f7fae2d3824 Mon Sep 17 00:00:00 2001 From: Tom Date: Mon, 12 Aug 2024 10:48:06 +0200 Subject: [PATCH] BUILD-5864: Use ARTIFACTORY_PUBLISH_ARTIFACTS env variable to publish or not the artifacts --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 847835c..388322c 100644 --- a/pom.xml +++ b/pom.xml @@ -712,7 +712,7 @@ {{ARTIFACTORY_DEPLOY_USERNAME}} {{ARTIFACTORY_DEPLOY_PASSWORD}} true - true + ${ARTIFACTORY_PUBLISH_ARTIFACTS:true} ${gitRepositoryName}