Skip to content

Commit e13fec8

Browse files
[MINVOKER-301] Upgrade Parent to 36
1 parent ac218a2 commit e13fec8

File tree

2 files changed

+3
-45
lines changed

2 files changed

+3
-45
lines changed

pom.xml

+2-30
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ under the License.
2525
<parent>
2626
<artifactId>maven-plugins</artifactId>
2727
<groupId>org.apache.maven.plugins</groupId>
28-
<version>34</version>
28+
<version>36</version>
2929
<relativePath />
3030
</parent>
3131

@@ -99,7 +99,7 @@ under the License.
9999
<groupId>org.apache.maven</groupId>
100100
<artifactId>maven-plugin-api</artifactId>
101101
<version>${mavenVersion}</version>
102-
<scope>compile</scope> <!-- set to provided once MPLUGIN-372 fixed -->
102+
<scope>provided</scope>
103103
</dependency>
104104
<dependency>
105105
<groupId>org.apache.maven</groupId>
@@ -279,18 +279,6 @@ under the License.
279279
<includeTestSourceDirectory>true</includeTestSourceDirectory>
280280
</configuration>
281281
</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>
294282
<plugin>
295283
<artifactId>maven-surefire-plugin</artifactId>
296284
<configuration>
@@ -303,21 +291,6 @@ under the License.
303291
</pluginManagement>
304292

305293
<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>
321294
<plugin>
322295
<groupId>org.codehaus.modello</groupId>
323296
<artifactId>modello-maven-plugin</artifactId>
@@ -346,7 +319,6 @@ under the License.
346319
<model>src/main/mdo/invocation.mdo</model>
347320
</models>
348321
<version>1.0.0</version>
349-
<useJava5>true</useJava5>
350322
</configuration>
351323
</plugin>
352324
</plugins>

src/site/site.xml

+1-15
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,6 @@ under the License.
2222
<project xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2323
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 https://maven.apache.org/xsd/decoration-1.8.0.xsd">
2424

25-
<skin>
26-
<groupId>org.apache.maven.skins</groupId>
27-
<artifactId>maven-fluido-skin</artifactId>
28-
<version>1.9</version>
29-
</skin>
30-
31-
<custom>
32-
<fluidoSkin>
33-
<sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
34-
<googleSearch>
35-
<sitesearch>maven.apache.org/plugins/maven-invoker-plugin/</sitesearch>
36-
</googleSearch>
37-
</fluidoSkin>
38-
</custom>
39-
4025
<body>
4126
<menu name="Overview">
4227
<item name="Introduction" href="index.html"/>
@@ -47,6 +32,7 @@ under the License.
4732
<item name="License" href="https://www.apache.org/licenses/"/>
4833
<item name="Download" href="download.html"/>
4934
</menu>
35+
5036
<menu name="reference">
5137
<item name="build-job.xml" href="build-job.html"/>
5238
</menu>

0 commit comments

Comments
 (0)