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 429f7b8  [MPOM-477] Skip empty PMD reports
429f7b8 is described below

commit 429f7b8e5ed79f197d5cb10855da87c131cb7774
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Fri Apr 5 20:17:26 2024 +0200

    [MPOM-477] Skip empty PMD reports
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index debc73d..2f05de6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1515,6 +1515,9 @@ under the License.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-pmd-plugin</artifactId>
+            <configuration>
+              <skipEmptyReport>true</skipEmptyReport>
+            </configuration>
             <reportSets>
               <reportSet>
                 <id>default</id>

Reply via email to