Pom inherietence / module definition is not taken into account --------------------------------------------------------------
Key: MPPMD-25 URL: http://jira.codehaus.org/browse/MPPMD-25 Project: maven-pmd-plugin Type: Bug Environment: Any Reporter: Guillaume Boissier On a project sperated into submodule RootProject --\A_module\src\main\java --\B_module\src\main\java the pmd plugin does not consider getting down the module to compute issues if I run pmd:pmd or pmd:cdp at RootProject level it will not compute it for A_module and B_module. it stops a Root project and since no code is found create empty pmd.html / cpd.html ... I should react like if I run compile or install at rootProject level and perform its task to any sub level described in POM. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira