jira-importer
jira-importer
**[Candice Tosi Michelon](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER302781)** commented Even after upgrading to 3.9.5 the problem still occurs. I updated the environment field with the maven version used in the last test I did.
**[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** commented Can you provide a full stack trace after executing `mvn -e ....`?
**[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** commented Even more outputs from `mvn -X ...` can also help - if possible please attach one.
**[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** commented > Option 4: skip pmd check: > mvn clean install -Dpmd.skip=true It is very interesting how pmd can impact on installed artifacts ...
**[Candice Tosi Michelon](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER302781)** commented Sure, I uploaded a txt file the full stack with -e.
**[Candice Tosi Michelon](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER302781)** commented I uploaded another file with -X option, but only the last part of the output, when install plugin starts. Please let me know if you need...
**[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented [Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)
**[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** commented Looks similar to MRESOLVER-372
**[Candice Tosi Michelon](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER302781)** commented This issue was fixed by removing the tag 'aggregate' from pmd plugin configuration. !image-2023-11-16-08-15-07-597.png! This solution was based on [maven PMD plugin team's suggestion](https://issues.apache.org/jira/browse/MPMD-277?focusedCommentId=16814718&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-16814718) Now all...
**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented As I see (more like assume), what happens is that due PMD.aggregate=true, the plugin will "load all" ([see Andreas explanation](https://issues.apache.org/jira/browse/MPMD-277?focusedCommentId=16814718&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-16814718)), and that simply put, keeps even project...