Skip to content

Commit 15c0398

Browse files
committed
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
1 parent 468a0c2 commit 15c0398

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

parent/pom.xml

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,6 @@
338338
<maven.test.skip>true</maven.test.skip>
339339
<aspectj.skip>true</aspectj.skip>
340340
<maven.install.skip>true</maven.install.skip>
341-
<maven.deploy.skip>true</maven.deploy.skip>
342341
<skipTests>true</skipTests>
343342
</properties>
344343

@@ -373,6 +372,14 @@
373372
</configuration>
374373
</plugin>
375374

375+
<plugin>
376+
<groupId>org.apache.maven.plugins</groupId>
377+
<artifactId>maven-deploy-plugin</artifactId>
378+
<configuration>
379+
<skip>true</skip>
380+
</configuration>
381+
</plugin>
382+
376383
<!--
377384
Unpacks the content of spring-data-build-resources into the shared resources folder.
378385
-->
@@ -677,7 +684,6 @@
677684
<maven.test.skip>true</maven.test.skip>
678685
<aspectj.skip>true</aspectj.skip>
679686
<maven.install.skip>true</maven.install.skip>
680-
<maven.deploy.skip>true</maven.deploy.skip>
681687
<skipTests>true</skipTests>
682688
</properties>
683689

@@ -705,6 +711,14 @@
705711
</configuration>
706712
</plugin>
707713

714+
<plugin>
715+
<groupId>org.apache.maven.plugins</groupId>
716+
<artifactId>maven-deploy-plugin</artifactId>
717+
<configuration>
718+
<skip>true</skip>
719+
</configuration>
720+
</plugin>
721+
708722
<!--
709723
Unpacks the content of spring-data-build-resources into the shared resources folder.
710724
-->
@@ -1068,7 +1082,7 @@
10681082
<plugin>
10691083
<groupId>org.apache.maven.plugins</groupId>
10701084
<artifactId>maven-deploy-plugin</artifactId>
1071-
<version>3.0.0-M2</version>
1085+
<version>3.1.0</version>
10721086
</plugin>
10731087

10741088
<plugin>
@@ -1128,7 +1142,7 @@
11281142
<plugin>
11291143
<groupId>org.jfrog.buildinfo</groupId>
11301144
<artifactId>artifactory-maven-plugin</artifactId>
1131-
<version>3.4.0</version>
1145+
<version>3.5.1</version>
11321146
</plugin>
11331147

11341148
</plugins>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
<plugin>
133133
<groupId>org.jfrog.buildinfo</groupId>
134134
<artifactId>artifactory-maven-plugin</artifactId>
135-
<version>3.4.0</version>
135+
<version>3.5.1</version>
136136
<executions>
137137
<execution>
138138
<id>build-info</id>

0 commit comments

Comments
 (0)