maven-pmd-plugin
maven-pmd-plugin copied to clipboard
Apache Maven PMD Plugin
**[Joseph Leonard](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER305084)** opened **[MPMD-413](https://issues.apache.org/jira/browse/MPMD-413?redirect=false)** and commented ## Background Currently it doesn't seem to be possible to configure the number of threads that the plugin should utilise and therefore it [defaults...
**[shalk](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER290857)** opened **[MPMD-409](https://issues.apache.org/jira/browse/MPMD-409?redirect=false)** and commented Maven have a ability _Extensions. [https://maven.apache.org/guides/mini/guide-using-extensions.html]_ If pmd can support extension , may exist procjets can be more easy to use pmd when continuous integration...
**[Elliotte Rusty Harold](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=elharo)** opened **[MPMD-381](https://issues.apache.org/jira/browse/MPMD-381?redirect=false)** and commented ``` Error: 'other' has different root Error: Error: To see the full stack trace of the errors, re-run Maven with the -e switch....
**[Delany](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=delany)** opened **[MPMD-396](https://issues.apache.org/jira/browse/MPMD-396?redirect=false)** and commented Let me start with what I'm trying to achieve. I have a multi-module build and I want it to fail on a violation, quickly. I'm...
**[Roberto Araujo](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=andrioli)** opened **[MPMD-392](https://issues.apache.org/jira/browse/MPMD-392?redirect=false)** and commented I think it's a good idea allow skip the usage of maven toolchain, let me give my use case: I'm working on a "legacy"...
**[Gili](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cowwoc)** opened **[MPMD-385](https://issues.apache.org/jira/browse/MPMD-385?redirect=false)** and commented When running PMD against classes compiled using --enable-preview I get: [WARNING] Error during type resolution of field \ in class \ due to: java.lang.UnsupportedClassVersionError: Preview...
**[Delany](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=delany)** opened **[MPMD-363](https://issues.apache.org/jira/browse/MPMD-363?redirect=false)** and commented I'm having some trouble with the aggregate-cpd-check goal in a large project. The reactor build passes when it should fail. I know there are violations...
**[Xi](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=fanxi.zh)** opened **[MPMD-355](https://issues.apache.org/jira/browse/MPMD-355?redirect=false)** and commented Add support to specify rulesets from commandline options for maven-pmd-plugin. --- **Affects:** 3.19.0
**[Andreas Dangel](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=adangel)** opened **[MPMD-344](https://issues.apache.org/jira/browse/MPMD-344?redirect=false)** and commented The two properties `verbose` and `printFailingErrors` do almost the same: * verbose: Print details of check failures to build output. - this includes also...
**[Luigi Berrettini](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=luigiberrettini)** opened **[MPMD-303](https://issues.apache.org/jira/browse/MPMD-303?redirect=false)** and commented I configured the reporting plugin this way: ``` org.apache.maven.plugins maven-pmd-plugin 3.13.0 /category/java/bestpractices.xml /category/java/errorprone.xml /category/java/security.xml /category/java/performance.xml /category/java/multithreading.xml /category/java/design.xml /category/java/codestyle.xml /category/java/documentation.xml true 1 1 true true...