Skip to content

Commit

Permalink
TEZ-4314: Fix some plugin versions in site generation (apache#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
abstractdog committed Jun 30, 2021
1 parent 47a59ab commit 8f3044c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>2.4</version>
<configuration>
<outputDirectory>./target</outputDirectory>
</configuration>
Expand All @@ -487,17 +488,18 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.1.2</version>
<configuration>
<customBundle>${project.basedir}/src/site/custom/project-info-report.properties</customBundle>
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
</configuration>
<reportSets>
<reportSet>
<reports>
<report>project-team</report>
<report>mailing-list</report>
<report>issue-tracking</report>
<report>license</report>
<report>team</report>
<report>mailing-lists</report>
<report>issue-management</report>
<report>licenses</report>
</reports>
</reportSet>
</reportSets>
Expand Down

0 comments on commit 8f3044c

Please sign in to comment.