Skip to content

Commit

Permalink
BUILD-5864: Use artifactory.publish.artifacts to publish or not the a…
Browse files Browse the repository at this point in the history
…rtifacts
  • Loading branch information
tomverin committed Aug 16, 2024
1 parent 08cae06 commit 551c921
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
<maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ssZ</maven.build.timestamp.format>
<sonar.snapshotRepository.id>snapshot</sonar.snapshotRepository.id>
<sonar.snapshotRepository.url />
<artifactory.publish.artifacts>true</artifactory.publish.artifacts>

<!-- ================ -->
<!-- Plugins versions -->
Expand Down Expand Up @@ -712,7 +713,7 @@
<username>{{ARTIFACTORY_DEPLOY_USERNAME}}</username>
<password>{{ARTIFACTORY_DEPLOY_PASSWORD}}</password>
<publishBuildInfo>true</publishBuildInfo>
<publishArtifacts>true</publishArtifacts>
<publishArtifacts>${artifactory.publish.artifacts}</publishArtifacts>
</publisher>
<buildInfo>
<buildName>${gitRepositoryName}</buildName>
Expand Down

0 comments on commit 551c921

Please sign in to comment.