Skip to content

Commit f51fa2f

Browse files
[MSHARED-1042] Upgrade Parent to 35
1 parent 6ff11d2 commit f51fa2f

File tree

1 file changed

+7
-42
lines changed

1 file changed

+7
-42
lines changed

pom.xml

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

@@ -94,46 +94,20 @@ under the License.
9494
<build>
9595
<pluginManagement>
9696
<plugins>
97-
<!-- remove with next parent upgrade -->
98-
<plugin>
99-
<artifactId>maven-project-info-reports-plugin</artifactId>
100-
<version>3.1.2</version>
101-
</plugin>
102-
<plugin>
103-
<artifactId>maven-javadoc-plugin</artifactId>
104-
<version>3.3.1</version>
105-
<configuration>
106-
<detectLinks>false</detectLinks>
107-
</configuration>
108-
</plugin>
97+
<!-- TODO check with next parent pom -->
10998
<plugin>
11099
<groupId>org.apache.maven.plugins</groupId>
111-
<artifactId>maven-resources-plugin</artifactId>
112-
<version>3.2.0</version>
100+
<artifactId>maven-pmd-plugin</artifactId>
101+
<version>3.16.0</version>
113102
</plugin>
114103
<plugin>
115-
<artifactId>maven-site-plugin</artifactId>
116-
<version>3.10.0</version>
117-
</plugin>
118-
<plugin>
119-
<groupId>org.apache.maven.plugins</groupId>
120-
<artifactId>maven-assembly-plugin</artifactId>
121-
<version>3.3.0</version>
104+
<groupId>org.codehaus.mojo</groupId>
105+
<artifactId>taglist-maven-plugin</artifactId>
106+
<version>3.0.0</version>
122107
</plugin>
123108
</plugins>
124109
</pluginManagement>
125110
<plugins>
126-
<plugin> <!-- Remove once MPOM-270 fixed -->
127-
<artifactId>maven-enforcer-plugin</artifactId>
128-
<version>3.0.0</version>
129-
<dependencies>
130-
<dependency>
131-
<groupId>org.codehaus.mojo</groupId>
132-
<artifactId>extra-enforcer-rules</artifactId>
133-
<version>1.5.1</version>
134-
</dependency>
135-
</dependencies>
136-
</plugin>
137111
<plugin>
138112
<groupId>org.apache.maven.plugins</groupId>
139113
<artifactId>maven-surefire-plugin</artifactId>
@@ -154,15 +128,6 @@ under the License.
154128
<plugin>
155129
<groupId>org.eclipse.sisu</groupId>
156130
<artifactId>sisu-maven-plugin</artifactId>
157-
<version>0.3.5</version>
158-
<executions>
159-
<execution>
160-
<id>generate-index</id>
161-
<goals>
162-
<goal>main-index</goal>
163-
</goals>
164-
</execution>
165-
</executions>
166131
</plugin>
167132
</plugins>
168133
</build>

0 commit comments

Comments
 (0)