You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ad...@apache.org on 2018/06/23 18:34:25 UTC

[maven-pmd-plugin] branch master updated: (doc) Generate PMD report, even if it is empty

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c07cee9  (doc) Generate PMD report, even if it is empty
c07cee9 is described below

commit c07cee9e85edfd6134cf6d16d8ed9aa94f9dac63
Author: Andreas Dangel <ad...@apache.org>
AuthorDate: Sat Jun 23 20:34:02 2018 +0200

    (doc) Generate PMD report, even if it is empty
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 378a5a3..ef47379 100644
--- a/pom.xml
+++ b/pom.xml
@@ -348,6 +348,7 @@ under the License.
             <!-- Override the Java version inherited from maven-parent -->
             <configuration>
               <targetJdk>${javaVersion}</targetJdk>
+              <skipEmptyReport>false</skipEmptyReport>
             </configuration>
           </plugin>
           <plugin>