@@ -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 >35 </version >
29
29
<relativePath />
30
30
</parent >
31
31
@@ -93,11 +93,27 @@ under the License.
93
93
<jettyVersion >9.4.45.v20220203</jettyVersion >
94
94
<pluginTestingVersion >3.1.0</pluginTestingVersion >
95
95
<javaVersion >8</javaVersion >
96
- <mavenPluginToolsVersion >3.6.4</mavenPluginToolsVersion >
97
96
<project .build.outputTimestamp>2021-06-07T12:17:08Z</project .build.outputTimestamp>
98
97
<slf4j .version>1.7.36</slf4j .version>
99
98
</properties >
100
99
100
+ <dependencyManagement >
101
+ <dependencies >
102
+ <!-- TODO check with Maven Api upgrade -->
103
+ <!-- the same version as in Maven 3.1.1 -->
104
+ <dependency >
105
+ <groupId >org.eclipse.sisu</groupId >
106
+ <artifactId >org.eclipse.sisu.inject</artifactId >
107
+ <version >0.0.0.M5</version >
108
+ </dependency >
109
+ <dependency >
110
+ <groupId >org.eclipse.sisu</groupId >
111
+ <artifactId >org.eclipse.sisu.plexus</artifactId >
112
+ <version >0.0.0.M5</version >
113
+ </dependency >
114
+ </dependencies >
115
+ </dependencyManagement >
116
+
101
117
<dependencies >
102
118
<!-- maven -->
103
119
<dependency >
@@ -221,6 +237,7 @@ under the License.
221
237
<dependency >
222
238
<groupId >org.apache.maven.plugin-tools</groupId >
223
239
<artifactId >maven-plugin-annotations</artifactId >
240
+ <scope >provided</scope >
224
241
</dependency >
225
242
226
243
<dependency >
@@ -324,6 +341,17 @@ under the License.
324
341
<build >
325
342
<pluginManagement >
326
343
<plugins >
344
+ <!-- TODO check with next parent pom -->
345
+ <plugin >
346
+ <groupId >org.apache.maven.plugins</groupId >
347
+ <artifactId >maven-pmd-plugin</artifactId >
348
+ <version >3.16.0</version >
349
+ </plugin >
350
+ <plugin >
351
+ <groupId >org.codehaus.mojo</groupId >
352
+ <artifactId >taglist-maven-plugin</artifactId >
353
+ <version >3.0.0</version >
354
+ </plugin >
327
355
<plugin >
328
356
<groupId >org.apache.rat</groupId >
329
357
<artifactId >apache-rat-plugin</artifactId >
@@ -353,29 +381,6 @@ under the License.
353
381
</excludes >
354
382
</configuration >
355
383
</plugin >
356
- <plugin >
357
- <artifactId >maven-javadoc-plugin</artifactId >
358
- <version >3.3.1</version >
359
- <configuration > <!-- remove after MPOM-269 -->
360
- <tagletArtifacts combine.self=" override" />
361
- </configuration >
362
- </plugin >
363
- <plugin >
364
- <groupId >org.apache.maven.plugins</groupId >
365
- <artifactId >maven-project-info-reports-plugin</artifactId >
366
- <version >3.1.2</version >
367
- </plugin >
368
- <plugin >
369
- <groupId >org.apache.maven.plugins</groupId >
370
- <artifactId >maven-site-plugin</artifactId >
371
- <version >3.10.0</version >
372
- </plugin >
373
- <plugin >
374
- <!-- version should be removed after will be updated in parent pom -->
375
- <groupId >org.apache.maven.plugins</groupId >
376
- <artifactId >maven-invoker-plugin</artifactId >
377
- <version >3.2.2</version >
378
- </plugin >
379
384
</plugins >
380
385
</pluginManagement >
381
386
<plugins >
@@ -401,12 +406,6 @@ under the License.
401
406
</execution >
402
407
</executions >
403
408
</plugin >
404
- <plugin >
405
- <artifactId >maven-javadoc-plugin</artifactId >
406
- <configuration > <!-- remove after MPOM-269 -->
407
- <tagletArtifacts combine.self=" override" />
408
- </configuration >
409
- </plugin >
410
409
<plugin >
411
410
<groupId >org.apache.maven.plugins</groupId >
412
411
<artifactId >maven-surefire-plugin</artifactId >
@@ -448,7 +447,6 @@ under the License.
448
447
<repository .proxy.url>${repository.proxy.url} </repository .proxy.url>
449
448
</filterProperties >
450
449
<addTestClassPath >true</addTestClassPath >
451
- <streamLogsOnFailures >true</streamLogsOnFailures >
452
450
</configuration >
453
451
</plugin >
454
452
<plugin >
@@ -481,24 +479,5 @@ under the License.
481
479
</plugins >
482
480
</build >
483
481
</profile >
484
- <profile >
485
- <id >reporting</id >
486
- <reporting >
487
- <plugins >
488
- <plugin >
489
- <groupId >org.codehaus.mojo</groupId >
490
- <artifactId >l10n-maven-plugin</artifactId >
491
- <version >1.0-alpha-2</version >
492
- <configuration >
493
- <locales >
494
- <locale >de</locale >
495
- <locale >pt_BR</locale >
496
- <locale >sv</locale >
497
- </locales >
498
- </configuration >
499
- </plugin >
500
- </plugins >
501
- </reporting >
502
- </profile >
503
482
</profiles >
504
483
</project >
0 commit comments