Skip to content

Commit fb66172

Browse files
committed
Update Maven plugins
# Conflicts: # pom.xml
1 parent d745cf5 commit fb66172

File tree

7 files changed

+22
-66
lines changed

7 files changed

+22
-66
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
target
2+
.fleet
23
.idea
34
httpclient*.jar
45
*.iml

japicmp-maven-plugin/pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@
2424
</license>
2525
</licenses>
2626

27-
<properties>
28-
<mavenVersion>3.8.1</mavenVersion> <!-- maven.version property is reserved! -->
29-
<resolver.version>1.4.1</resolver.version> <!-- keep in sync with maven version -->
30-
<maven-plugin.version>3.6.4</maven-plugin.version>
31-
</properties>
32-
3327
<prerequisites>
3428
<maven>${maven-api.version}</maven>
3529
</prerequisites>
@@ -103,7 +97,6 @@
10397
<build>
10498
<plugins>
10599
<plugin>
106-
<groupId>org.apache.maven.plugins</groupId>
107100
<artifactId>maven-plugin-plugin</artifactId>
108101
<version>${plugin-annotation.version}</version>
109102
<executions>
@@ -171,8 +164,8 @@
171164
<artifactId>maven-checkstyle-plugin</artifactId>
172165
</plugin>
173166
<plugin>
174-
<groupId>org.apache.maven.plugins</groupId>
175167
<artifactId>maven-plugin-plugin</artifactId>
168+
<version>${plugin-annotation.version}</version>
176169
<reportSets>
177170
<reportSet>
178171
<reports>

japicmp-testbase/japicmp-test-maven-plugin/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -695,9 +695,7 @@
695695
<!-- run site plugin to build reports during 'pre-integration-test' phase
696696
this allows integrations tests to verify site report generation -->
697697
<plugin>
698-
<groupId>org.apache.maven.plugins</groupId>
699698
<artifactId>maven-site-plugin</artifactId>
700-
<version>3.7</version>
701699
<executions>
702700
<execution>
703701
<id>build-site-to-test</id>
@@ -712,7 +710,6 @@
712710
</executions>
713711
</plugin>
714712
<plugin>
715-
<groupId>org.apache.maven.plugins</groupId>
716713
<artifactId>maven-failsafe-plugin</artifactId>
717714
<executions>
718715
<execution>

japicmp-testbase/japicmp-test-vx-client/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<plugin>
7878
<groupId>org.codehaus.mojo</groupId>
7979
<artifactId>exec-maven-plugin</artifactId>
80-
<version>3.1.0</version>
80+
<version>3.2.0</version>
8181
<executions>
8282
<execution>
8383
<id>withOldVersion</id>
@@ -86,9 +86,9 @@
8686
<executable>java</executable>
8787
<arguments>
8888
<argument>-classpath</argument>
89-
<argumnet>
89+
<argument>
9090
${project.build.directory}/${project.artifactId}-${project.version}.jar${path.separator}${project.build.directory}/japicmp-test-v1.jar
91-
</argumnet>
91+
</argument>
9292
<argument>japicmp.test.client.JApiCmpClient</argument>
9393
</arguments>
9494
</configuration>
@@ -103,9 +103,9 @@
103103
<executable>java</executable>
104104
<arguments>
105105
<argument>-classpath</argument>
106-
<argumnet>
106+
<argument>
107107
${project.build.directory}/${project.artifactId}-${project.version}.jar${path.separator}${project.build.directory}/japicmp-test-v2.jar
108-
</argumnet>
108+
</argument>
109109
<argument>japicmp.test.client.JApiCmpClient</argument>
110110
</arguments>
111111
</configuration>

japicmp-testbase/japicmp-test/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@
122122
<build>
123123
<plugins>
124124
<plugin>
125-
<groupId>org.apache.maven.plugins</groupId>
126125
<artifactId>maven-surefire-plugin</artifactId>
127126
<configuration>
128127
<argLine>
@@ -131,7 +130,6 @@
131130
</configuration>
132131
</plugin>
133132
<plugin>
134-
<groupId>org.apache.maven.plugins</groupId>
135133
<artifactId>maven-failsafe-plugin</artifactId>
136134
<configuration>
137135
<argLine>
@@ -140,7 +138,6 @@
140138
</configuration>
141139
</plugin>
142140
<plugin>
143-
<groupId>org.apache.maven.plugins</groupId>
144141
<artifactId>maven-javadoc-plugin</artifactId>
145142
<configuration>
146143
<additionalJOption>

japicmp/pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@
8080
<plugin>
8181
<groupId>org.jacoco</groupId>
8282
<artifactId>jacoco-maven-plugin</artifactId>
83-
<version>0.8.8</version>
8483
<executions>
8584
<execution>
8685
<id>default-prepare-agent</id>
@@ -105,7 +104,6 @@
105104
</executions>
106105
</plugin>
107106
<plugin>
108-
<groupId>org.apache.maven.plugins</groupId>
109107
<artifactId>maven-surefire-plugin</artifactId>
110108
<configuration>
111109
<argLine>
@@ -163,13 +161,6 @@
163161
<parameter>
164162
<oldVersionPattern>\d+\.\d+\.\d+</oldVersionPattern>
165163
<onlyModified>true</onlyModified>
166-
<excludes>
167-
<exclude>japicmp.*#__cobertura*()</exclude>
168-
<exclude>
169-
japicmp.*#__cobertura*(net.sourceforge.cobertura.coveragedata.LightClassmapListener)
170-
</exclude>
171-
<exclude>japicmp.*#__cobertura*</exclude>
172-
</excludes>
173164
</parameter>
174165
<skip>false</skip>
175166
</configuration>
@@ -204,7 +195,6 @@
204195
<build>
205196
<plugins>
206197
<plugin>
207-
<groupId>org.apache.maven.plugins</groupId>
208198
<artifactId>maven-surefire-plugin</artifactId>
209199
<configuration>
210200
<forkCount>3</forkCount>
@@ -223,7 +213,6 @@
223213
<build>
224214
<plugins>
225215
<plugin>
226-
<groupId>org.apache.maven.plugins</groupId>
227216
<artifactId>maven-surefire-plugin</artifactId>
228217
<configuration>
229218
<argLine>

pom.xml

Lines changed: 15 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -267,14 +267,12 @@
267267
<pluginManagement>
268268
<plugins>
269269
<plugin>
270-
<groupId>org.apache.maven.plugins</groupId>
271270
<artifactId>maven-compiler-plugin</artifactId>
272-
<version>3.10.1</version>
271+
<version>3.13.0</version>
273272
</plugin>
274273
<plugin>
275-
<groupId>org.apache.maven.plugins</groupId>
276274
<artifactId>maven-release-plugin</artifactId>
277-
<version>3.0.0-M6</version>
275+
<version>3.0.1</version>
278276
<configuration>
279277
<autoVersionSubmodules>true</autoVersionSubmodules>
280278
<useReleaseProfile>false</useReleaseProfile>
@@ -296,7 +294,7 @@
296294
<plugin>
297295
<groupId>org.apache.maven.plugins</groupId>
298296
<artifactId>maven-javadoc-plugin</artifactId>
299-
<version>3.4.1</version>
297+
<version>3.6.3</version>
300298
<configuration>
301299
<quiet>true</quiet>
302300
</configuration>
@@ -310,9 +308,8 @@
310308
</executions>
311309
</plugin>
312310
<plugin>
313-
<groupId>org.apache.maven.plugins</groupId>
314311
<artifactId>maven-source-plugin</artifactId>
315-
<version>3.2.1</version>
312+
<version>3.3.1</version>
316313
<executions>
317314
<execution>
318315
<id>attach-sources</id>
@@ -324,9 +321,8 @@
324321
</plugin>
325322
<plugin>
326323
<!-- explicitly define maven-deploy-plugin after other to force exec order -->
327-
<groupId>org.apache.maven.plugins</groupId>
328324
<artifactId>maven-deploy-plugin</artifactId>
329-
<version>3.0.0</version>
325+
<version>3.1.2</version>
330326
<executions>
331327
<execution>
332328
<id>deploy</id>
@@ -338,69 +334,59 @@
338334
</executions>
339335
</plugin>
340336
<plugin>
341-
<groupId>org.apache.maven.plugins</groupId>
342337
<artifactId>maven-surefire-plugin</artifactId>
343338
<version>${surefireVersion}</version>
344339
</plugin>
345340
<plugin>
346-
<groupId>org.apache.maven.plugins</groupId>
347341
<artifactId>maven-failsafe-plugin</artifactId>
348342
<version>${surefireVersion}</version>
349343
</plugin>
350344
<plugin>
351-
<groupId>org.apache.maven.plugins</groupId>
352345
<artifactId>maven-assembly-plugin</artifactId>
353-
<version>3.4.2</version>
346+
<version>3.7.1</version>
354347
</plugin>
355348
<plugin>
356-
<groupId>org.apache.maven.plugins</groupId>
357349
<artifactId>maven-jar-plugin</artifactId>
358-
<version>3.3.0</version>
350+
<version>3.4.1</version>
359351
</plugin>
360352
<plugin>
361-
<groupId>org.apache.maven.plugins</groupId>
362353
<artifactId>maven-war-plugin</artifactId>
363-
<version>3.3.2</version>
354+
<version>3.4.0</version>
364355
</plugin>
365356
<plugin>
366-
<groupId>org.apache.maven.plugins</groupId>
367357
<artifactId>maven-site-plugin</artifactId>
368358
<version>3.12.0</version>
369359
</plugin>
370360
<plugin>
371-
<groupId>org.apache.maven.plugins</groupId>
372361
<artifactId>maven-gpg-plugin</artifactId>
373-
<version>3.0.1</version>
362+
<version>3.2.4</version>
374363
</plugin>
375364
<plugin>
376365
<groupId>org.apache.felix</groupId>
377366
<artifactId>maven-bundle-plugin</artifactId>
378-
<version>5.1.8</version>
367+
<version>5.1.9</version>
379368
</plugin>
380369
<plugin>
381-
<groupId>org.apache.maven.plugins</groupId>
382370
<artifactId>maven-dependency-plugin</artifactId>
383-
<version>3.9.0</version>
371+
<version>3.6.1</version>
384372
</plugin>
385373
<plugin>
386-
<groupId>org.apache.maven.plugins</groupId>
387374
<artifactId>maven-checkstyle-plugin</artifactId>
388-
<version>3.2.0</version>
375+
<version>3.3.1</version>
389376
</plugin>
390377
<plugin>
391378
<groupId>com.github.spotbugs</groupId>
392379
<artifactId>spotbugs-maven-plugin</artifactId>
393380
<version>4.8.6.0</version>
394381
</plugin>
395382
<plugin>
396-
<groupId>org.apache.maven.plugins</groupId>
397383
<artifactId>maven-project-info-reports-plugin</artifactId>
398-
<version>3.4.1</version>
384+
<version>3.5.0</version>
399385
</plugin>
400386
<plugin>
401387
<groupId>org.jacoco</groupId>
402388
<artifactId>jacoco-maven-plugin</artifactId>
403-
<version>0.8.8</version>
389+
<version>0.8.12</version>
404390
<executions>
405391
<execution>
406392
<id>default-prepare-agent</id>
@@ -427,7 +413,7 @@
427413
<plugin>
428414
<groupId>org.apache.maven.plugins</groupId>
429415
<artifactId>maven-scm-publish-plugin</artifactId>
430-
<version>3.0.0</version>
416+
<version>3.2.1</version>
431417
<configuration>
432418
<scmBranch>gh-pages</scmBranch>
433419
</configuration>
@@ -468,7 +454,6 @@
468454
<build>
469455
<plugins>
470456
<plugin>
471-
<groupId>org.apache.maven.plugins</groupId>
472457
<artifactId>maven-javadoc-plugin</artifactId>
473458
<configuration>
474459
<source>8</source>
@@ -485,7 +470,6 @@
485470
<build>
486471
<plugins>
487472
<plugin>
488-
<groupId>org.apache.maven.plugins</groupId>
489473
<artifactId>maven-surefire-plugin</artifactId>
490474
<configuration>
491475
<argLine>
@@ -494,7 +478,6 @@
494478
</configuration>
495479
</plugin>
496480
<plugin>
497-
<groupId>org.apache.maven.plugins</groupId>
498481
<artifactId>maven-failsafe-plugin</artifactId>
499482
<configuration>
500483
<argLine>
@@ -503,7 +486,6 @@
503486
</configuration>
504487
</plugin>
505488
<plugin>
506-
<groupId>org.apache.maven.plugins</groupId>
507489
<artifactId>maven-javadoc-plugin</artifactId>
508490
<configuration>
509491
<additionalJOption>
@@ -518,7 +500,6 @@
518500
<build>
519501
<plugins>
520502
<plugin>
521-
<groupId>org.apache.maven.plugins</groupId>
522503
<artifactId>maven-source-plugin</artifactId>
523504
<executions>
524505
<execution>
@@ -530,7 +511,6 @@
530511
</executions>
531512
</plugin>
532513
<plugin>
533-
<groupId>org.apache.maven.plugins</groupId>
534514
<artifactId>maven-javadoc-plugin</artifactId>
535515
<executions>
536516
<execution>
@@ -542,7 +522,6 @@
542522
</executions>
543523
</plugin>
544524
<plugin>
545-
<groupId>org.apache.maven.plugins</groupId>
546525
<artifactId>maven-gpg-plugin</artifactId>
547526
<executions>
548527
<execution>

0 commit comments

Comments
 (0)