Skip to content

Commit 648388c

Browse files
abstractdogJonathan Eagles
authored andcommitted
TEZ-4314: Fix some plugin versions in site generation (#131)
(cherry picked from commit 8f3044c)
1 parent b7b6436 commit 648388c

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

docs/pom.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,7 @@
467467
<plugin>
468468
<groupId>org.apache.maven.plugins</groupId>
469469
<artifactId>maven-site-plugin</artifactId>
470+
<version>2.4</version>
470471
<configuration>
471472
<outputDirectory>./target</outputDirectory>
472473
</configuration>
@@ -487,17 +488,18 @@
487488
<plugin>
488489
<groupId>org.apache.maven.plugins</groupId>
489490
<artifactId>maven-project-info-reports-plugin</artifactId>
491+
<version>3.1.2</version>
490492
<configuration>
491493
<customBundle>${project.basedir}/src/site/custom/project-info-report.properties</customBundle>
492494
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
493495
</configuration>
494496
<reportSets>
495497
<reportSet>
496498
<reports>
497-
<report>project-team</report>
498-
<report>mailing-list</report>
499-
<report>issue-tracking</report>
500-
<report>license</report>
499+
<report>team</report>
500+
<report>mailing-lists</report>
501+
<report>issue-management</report>
502+
<report>licenses</report>
501503
</reports>
502504
</reportSet>
503505
</reportSets>

0 commit comments

Comments
 (0)