Skip to content

Commit

Permalink
Don't combine reports, otherwise the IT is pointless
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Oct 29, 2023
1 parent 79ed798 commit 6acdc6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/it/projects/effective-site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ under the License.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>@projectInfoReportsPluginVersion@</version>
<reportSets>
<reportSets combine.self="override">
<reportSet>
<reports>
<report>index</report>
Expand Down
2 changes: 1 addition & 1 deletion src/it/projects/full-reporting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ under the License.
<dependencyDetailsEnabled>false</dependencyDetailsEnabled>
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
</configuration>
<reportSets>
<reportSets combine.self="override">
<reportSet>
<reports>
<report>index</report>
Expand Down

0 comments on commit 6acdc6e

Please sign in to comment.