@@ -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 >36 </version >
29
29
<relativePath />
30
30
</parent >
31
31
@@ -99,7 +99,7 @@ under the License.
99
99
<groupId >org.apache.maven</groupId >
100
100
<artifactId >maven-plugin-api</artifactId >
101
101
<version >${mavenVersion} </version >
102
- <scope >compile </scope > <!-- set to provided once MPLUGIN-372 fixed -- >
102
+ <scope >provided </scope >
103
103
</dependency >
104
104
<dependency >
105
105
<groupId >org.apache.maven</groupId >
@@ -279,18 +279,6 @@ under the License.
279
279
<includeTestSourceDirectory >true</includeTestSourceDirectory >
280
280
</configuration >
281
281
</plugin >
282
- <plugin >
283
- <artifactId >maven-site-plugin</artifactId >
284
- <version >3.10.0</version >
285
- </plugin >
286
- <plugin >
287
- <artifactId >maven-project-info-reports-plugin</artifactId >
288
- <version >3.1.2</version >
289
- </plugin >
290
- <plugin >
291
- <artifactId >maven-invoker-plugin</artifactId >
292
- <version >3.2.2</version >
293
- </plugin >
294
282
<plugin >
295
283
<artifactId >maven-surefire-plugin</artifactId >
296
284
<configuration >
@@ -303,21 +291,6 @@ under the License.
303
291
</pluginManagement >
304
292
305
293
<plugins >
306
- <plugin > <!-- Remove once MPOM-270 fixed -->
307
- <artifactId >maven-enforcer-plugin</artifactId >
308
- <version >3.0.0</version >
309
- <dependencies >
310
- <dependency >
311
- <groupId >org.codehaus.mojo</groupId >
312
- <artifactId >extra-enforcer-rules</artifactId >
313
- <version >1.5.1</version >
314
- </dependency >
315
- </dependencies >
316
- </plugin >
317
- <plugin >
318
- <groupId >org.apache.rat</groupId >
319
- <artifactId >apache-rat-plugin</artifactId >
320
- </plugin >
321
294
<plugin >
322
295
<groupId >org.codehaus.modello</groupId >
323
296
<artifactId >modello-maven-plugin</artifactId >
@@ -346,7 +319,6 @@ under the License.
346
319
<model >src/main/mdo/invocation.mdo</model >
347
320
</models >
348
321
<version >1.0.0</version >
349
- <useJava5 >true</useJava5 >
350
322
</configuration >
351
323
</plugin >
352
324
</plugins >
0 commit comments