Skip to content

Commit

Permalink
Merge pull request #933 from apache/report-fix
Browse files Browse the repository at this point in the history
Disable dependency convergence report
  • Loading branch information
bdemers authored Oct 19, 2023
2 parents 0c54080 + 2051409 commit 9e88808
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1368,10 +1368,29 @@
<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.4.3</version>
<!-- Disable, just to make it go faster -->
<configuration>
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
</configuration>
<reportSets>
<reportSet>
<reports>
<report>ci-management</report>
<report>dependencies</report>
<!-- Disable broken report -->
<!-- <report>dependency-convergence</report>-->
<report>dependency-info</report>
<report>dependency-management</report>
<report>distribution-management</report>
<report>index</report>
<report>issue-management</report>
<report>licenses</report>
<report>mailing-lists</report>
<report>modules</report>
<report>plugin-management</report>
<report>plugins</report>
<report>scm</report>
<report>summary</report>
<report>team</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.apache.rat</groupId>
Expand Down

0 comments on commit 9e88808

Please sign in to comment.