Upgrade to artifactory-maven-plugin 3.5.1.

Also, switch from maven.deploy.skip to plugin-based configuration to avoid the Artifactory plugin skipping the deployment.

See #1927
This commit is contained in:
Mark Paluch
2023-02-17 14:16:46 +01:00
parent 4ae5027aff
commit f3558a4b0c
2 changed files with 19 additions and 5 deletions

View File

@@ -132,7 +132,7 @@
<plugin>
<groupId>org.jfrog.buildinfo</groupId>
<artifactId>artifactory-maven-plugin</artifactId>
<version>3.4.0</version>
<version>3.5.1</version>
<executions>
<execution>
<id>build-info</id>