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

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


The following commit(s) were added to refs/heads/master by this push:
     new 357bd59  Skip render empty taglist report
357bd59 is described below

commit 357bd597da5c0d7696f2efab8dcbac75dda64e7e
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Thu Jul 4 21:43:16 2024 +0200

    Skip render empty taglist report
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index bbf04d3..aa29a91 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1554,6 +1554,7 @@ under the License.
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>taglist-maven-plugin</artifactId>
             <configuration>
+              <skipEmptyReport>true</skipEmptyReport>
               <tagListOptions>
                 <tagClasses>
                   <tagClass>

Reply via email to