maven-pmd-plugin
maven-pmd-plugin copied to clipboard
Apache Maven PMD Plugin
**[Mitth'raw'nuruodo](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=thrawnca)** opened **[MPMD-242](https://issues.apache.org/jira/browse/MPMD-242?redirect=false)** and commented Main code and test code often have different quality requirements. For example, if you're using a test framework and a mocking framework and maybe Hamcrest...
**[Alex Rentz](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=alexrentz)** opened **[MPMD-236](https://issues.apache.org/jira/browse/MPMD-236?redirect=false)** and commented In the PMD plugin, it seems that configuration for the pmd:pmd and cpd:cpd goals that are executed transitively by way of the pmd:check and...
**[Linus Fernandes](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=fernal73)** opened **[MPMD-306](https://issues.apache.org/jira/browse/MPMD-306?redirect=false)** and commented https://maven.apache.org/plugins/maven-pmd-plugin/cpd-mojo.html#format The format configuration option allows the user to specify a custom renderer. This outputs a file with the name of the custom renderer...
**[Roy Arnon](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=hellspam)** opened **[MPMD-294](https://issues.apache.org/jira/browse/MPMD-294?redirect=false)** and commented I have a use case were I want to execute pmd on a huge monorepo project, but only on the changed files. Getting the...
**[Ernst Reissner](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=ernstreissner)** opened **[MPMD-223](https://issues.apache.org/jira/browse/MPMD-223?redirect=false)** and commented https://pmd.github.io/pmd-5.4.2/usage/ant-task.html describes the access on pmd via ant. This is about all which is possible via command line. I think, the maven plugin should...