This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 6acdc6e6 Don't combine reports, otherwise the IT is pointless
6acdc6e6 is described below

commit 6acdc6e66ae3332539df4e0872f9fccca3f2e9bd
Author: Michael Osipov <micha...@apache.org>
AuthorDate: Sun Oct 29 18:30:56 2023 +0100

    Don't combine reports, otherwise the IT is pointless
---
 src/it/projects/effective-site/pom.xml | 2 +-
 src/it/projects/full-reporting/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/it/projects/effective-site/pom.xml 
b/src/it/projects/effective-site/pom.xml
index 64258f84..cec2b038 100644
--- a/src/it/projects/effective-site/pom.xml
+++ b/src/it/projects/effective-site/pom.xml
@@ -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>
diff --git a/src/it/projects/full-reporting/pom.xml 
b/src/it/projects/full-reporting/pom.xml
index 59bc69f4..7f3ae5fa 100644
--- a/src/it/projects/full-reporting/pom.xml
+++ b/src/it/projects/full-reporting/pom.xml
@@ -97,7 +97,7 @@ under the License.
           <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
           <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
         </configuration>
-        <reportSets>
+        <reportSets combine.self="override">
           <reportSet>
             <reports>
               <report>index</report>

Reply via email to