adangel commented on issue #735: URL: https://github.com/apache/maven-pmd-plugin/issues/735#issuecomment-5615692762
If there are no files to analyze, we probably should not execute PMD at all then. So, just changing the log level in maven-pmd-plugin from warn to info ( https://github.com/apache/maven-pmd-plugin/blob/7e1fbfedfa7683a1875366524609e06a997aab38/src/main/java/org/apache/maven/plugins/pmd/PmdReport.java#L382 ) is not enough, as PMD itself will also log a warning ("No files to analyze. Check input paths and exclude parameters, use --debug to see file collection traces.") Do you know, where "No files found to generate report on" comes from? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
