@@ -25,7 +25,7 @@ under the License.
25
25
<parent >
26
26
<artifactId >maven-plugins</artifactId >
27
27
<groupId >org.apache.maven.plugins</groupId >
28
- <version >34 </version >
28
+ <version >37 </version >
29
29
<relativePath />
30
30
</parent >
31
31
@@ -53,7 +53,7 @@ under the License.
53
53
</issueManagement >
54
54
<ciManagement >
55
55
<system >Jenkins</system >
56
- <url >https://ci-builds .apache.org/job/Maven/job/maven-box/job/maven-checkstyle-plugin/</url >
56
+ <url >https://ci-maven .apache.org/job/Maven/job/maven-box/job/maven-checkstyle-plugin/</url >
57
57
</ciManagement >
58
58
<distributionManagement >
59
59
<site >
@@ -90,21 +90,25 @@ under the License.
90
90
<groupId >org.apache.maven</groupId >
91
91
<artifactId >maven-artifact</artifactId >
92
92
<version >${mavenVersion} </version >
93
+ <scope >provided</scope >
93
94
</dependency >
94
95
<dependency >
95
96
<groupId >org.apache.maven</groupId >
96
97
<artifactId >maven-core</artifactId >
97
98
<version >${mavenVersion} </version >
99
+ <scope >provided</scope >
98
100
</dependency >
99
101
<dependency >
100
102
<groupId >org.apache.maven</groupId >
101
103
<artifactId >maven-model</artifactId >
102
104
<version >${mavenVersion} </version >
105
+ <scope >provided</scope >
103
106
</dependency >
104
107
<dependency >
105
108
<groupId >org.apache.maven</groupId >
106
109
<artifactId >maven-plugin-api</artifactId >
107
110
<version >${mavenVersion} </version >
111
+ <scope >provided</scope >
108
112
</dependency >
109
113
<dependency >
110
114
<groupId >org.apache.maven.plugin-tools</groupId >
@@ -247,25 +251,8 @@ under the License.
247
251
</excludes >
248
252
</configuration >
249
253
</plugin >
250
- <!-- remove with parent pom upgrade -->
251
- <plugin >
252
- <groupId >org.apache.maven.plugins</groupId >
253
- <artifactId >maven-project-info-reports-plugin</artifactId >
254
- <version >3.3.0</version >
255
- </plugin >
256
- <plugin >
257
- <groupId >org.apache.maven.plugins</groupId >
258
- <artifactId >maven-enforcer-plugin</artifactId >
259
- <version >3.1.0</version >
260
- <dependencies >
261
- <dependency >
262
- <groupId >org.codehaus.mojo</groupId >
263
- <artifactId >extra-enforcer-rules</artifactId >
264
- <version >1.6.1</version >
265
- </dependency >
266
- </dependencies >
267
- </plugin >
268
254
<plugin >
255
+ <!-- check with parent pom upgrade -->
269
256
<artifactId >maven-checkstyle-plugin</artifactId >
270
257
<version >3.1.1</version >
271
258
<dependencies >
@@ -284,18 +271,6 @@ under the License.
284
271
</plugins >
285
272
</pluginManagement >
286
273
<plugins >
287
- <plugin >
288
- <groupId >org.apache.maven.plugins</groupId >
289
- <artifactId >maven-enforcer-plugin</artifactId >
290
- <version >3.1.0</version >
291
- <dependencies >
292
- <dependency >
293
- <groupId >org.codehaus.mojo</groupId >
294
- <artifactId >extra-enforcer-rules</artifactId >
295
- <version >1.6.1</version >
296
- </dependency >
297
- </dependencies >
298
- </plugin >
299
274
<plugin >
300
275
<groupId >org.codehaus.mojo</groupId >
301
276
<artifactId >build-helper-maven-plugin</artifactId >
@@ -342,6 +317,7 @@ under the License.
342
317
<plugin >
343
318
<groupId >org.codehaus.plexus</groupId >
344
319
<artifactId >plexus-component-metadata</artifactId >
320
+ <version >2.1.1</version >
345
321
<executions >
346
322
<execution >
347
323
<goals >
@@ -385,13 +361,10 @@ under the License.
385
361
<!-- can't use this version: parent still uses sourceDirectory -->
386
362
</plugin >
387
363
<plugin >
388
- <groupId >com.googlecode.l10n-maven-plugin </groupId >
364
+ <groupId >org.codehaus.mojo </groupId >
389
365
<artifactId >l10n-maven-plugin</artifactId >
390
- <version >1.8 </version >
366
+ <version >1.0.0 </version >
391
367
<configuration >
392
- <excludes >
393
- <exclude >**/log4j.properties</exclude >
394
- </excludes >
395
368
<locales >
396
369
<locale >de</locale >
397
370
<locale >fr</locale >
0 commit comments