Skip to content

Commit 129217b

Browse files
committed
Clean up plugins
1 parent 620b085 commit 129217b

File tree

2 files changed

+3
-27
lines changed

2 files changed

+3
-27
lines changed

maven-plugin-plugin/pom.xml

+2-27
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
<plugin>
238238
<groupId>org.apache.maven.plugins</groupId>
239239
<artifactId>maven-plugin-plugin</artifactId>
240-
<version>3.5</version>
240+
<version>3.6.0</version>
241241
<!-- will use previous maven-plugin-plugin release to build current maven-plugin-plugin as configured in parent -->
242242
<executions>
243243
<execution>
@@ -263,7 +263,7 @@
263263
<plugin>
264264
<groupId>org.apache.maven.plugins</groupId>
265265
<artifactId>maven-plugin-plugin</artifactId>
266-
<version>3.3</version><!-- cannot use ${mavenPluginToolsVersion} property because release plugin would try to update -->
266+
<version>3.6.0</version><!-- cannot use ${mavenPluginToolsVersion} property because release plugin would try to update -->
267267
<reportSets>
268268
<reportSet>
269269
<reports>
@@ -272,11 +272,6 @@
272272
</reportSet>
273273
</reportSets>
274274
</plugin>
275-
<plugin>
276-
<groupId>org.apache.maven.plugins</groupId>
277-
<artifactId>maven-invoker-plugin</artifactId>
278-
<version>${mavenInvokerPluginVersion}</version>
279-
</plugin>
280275
</plugins>
281276
</reporting>
282277

@@ -302,26 +297,6 @@
302297
</locales>
303298
</configuration>
304299
</plugin>
305-
<plugin>
306-
<groupId>org.apache.maven.plugins</groupId>
307-
<artifactId>maven-changes-plugin</artifactId>
308-
<version>2.5</version>
309-
<configuration>
310-
<!-- For JIRA-report -->
311-
<columnNames>Type,Key,Summary,Assignee,Status,Resolution,Fix Version</columnNames>
312-
<maxEntries>200</maxEntries>
313-
<onlyCurrentVersion>true</onlyCurrentVersion>
314-
<resolutionIds>Closed</resolutionIds>
315-
<sortColumnNames>Type,Key</sortColumnNames>
316-
</configuration>
317-
<reportSets>
318-
<reportSet>
319-
<reports>
320-
<report>jira-report</report>
321-
</reports>
322-
</reportSet>
323-
</reportSets>
324-
</plugin>
325300
</plugins>
326301
</reporting>
327302
</profile>

pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@
376376
<plugin>
377377
<groupId>org.apache.maven.plugins</groupId>
378378
<artifactId>maven-jxr-plugin</artifactId>
379+
<version>3.1.1</version>
379380
<reportSets>
380381
<reportSet>
381382
<id>non-aggregate</id>

0 commit comments

Comments
 (0)