GitHub user adangel opened a pull request: https://github.com/apache/maven-plugins/pull/11
[MPMD-168] Add parameter to skip report generation if there are no violations/duplications. * The report generation for both PMD and CPD is split from the actual execution of these tools. * PMD and CPD are now executed already when canGenerateReport() is called. * The new parameter is called "skipEmptyReport" and is by default "false" to remain backwards compatibility. You can merge this pull request into a Git repository by running: $ git pull https://github.com/adangel/maven-plugins mpmd-168 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/maven-plugins/pull/11.patch ---- commit 7cf9f87a1ca14afa6a72e34197781e15e41227f2 Author: Andreas Dangel <adan...@users.sourceforge.net> Date: 2013-05-04T14:38:36Z [MPMD-168] Add parameter to skip report generation if there are no violations or code duplications. * The report generation for both PMD and CPD is split from the actual execution of these tools. * PMD and CPD are now executed already when canGenerateReport() is called. * The new parameter is called "skipEmptyReport" and is by default "false" to remain backwards compatibility. ---- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org