Skip to content

Commit f3558a4

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 4ae5027 commit f3558a4

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
@@ -274,7 +274,6 @@
274274
<maven.test.skip>true</maven.test.skip>
275275
<aspectj.skip>true</aspectj.skip>
276276
<maven.install.skip>true</maven.install.skip>
277-
<maven.deploy.skip>true</maven.deploy.skip>
278277
<skipTests>true</skipTests>
279278
</properties>
280279

@@ -302,6 +301,14 @@
302301
</configuration>
303302
</plugin>
304303

304+
<plugin>
305+
<groupId>org.apache.maven.plugins</groupId>
306+
<artifactId>maven-deploy-plugin</artifactId>
307+
<configuration>
308+
<skip>true</skip>
309+
</configuration>
310+
</plugin>
311+
305312
<!--
306313
Unpacks the content of spring-data-build-resources into the shared resources folder.
307314
-->
@@ -559,7 +566,6 @@
559566
<maven.test.skip>true</maven.test.skip>
560567
<aspectj.skip>true</aspectj.skip>
561568
<maven.install.skip>true</maven.install.skip>
562-
<maven.deploy.skip>true</maven.deploy.skip>
563569
<skipTests>true</skipTests>
564570
</properties>
565571

@@ -587,6 +593,14 @@
587593
</configuration>
588594
</plugin>
589595

596+
<plugin>
597+
<groupId>org.apache.maven.plugins</groupId>
598+
<artifactId>maven-deploy-plugin</artifactId>
599+
<configuration>
600+
<skip>true</skip>
601+
</configuration>
602+
</plugin>
603+
590604
<!--
591605
Unpacks the content of spring-data-build-resources into the shared resources folder.
592606
-->
@@ -1055,7 +1069,7 @@
10551069
<plugin>
10561070
<groupId>org.apache.maven.plugins</groupId>
10571071
<artifactId>maven-deploy-plugin</artifactId>
1058-
<version>3.0.0-M2</version>
1072+
<version>3.1.0</version>
10591073
</plugin>
10601074

10611075
<plugin>
@@ -1121,7 +1135,7 @@
11211135
<plugin>
11221136
<groupId>org.jfrog.buildinfo</groupId>
11231137
<artifactId>artifactory-maven-plugin</artifactId>
1124-
<version>3.4.0</version>
1138+
<version>3.5.1</version>
11251139
</plugin>
11261140

11271141
</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)