Can I file a JIRA issue for this? regards,
Wim ---------- Forwarded message ---------- From: Wim Deblauwe <[EMAIL PROTECTED]> Date: 26-mei-2005 9:29 Subject: PMD jar override not respected when in master project To: Maven Users List <users@maven.apache.org> Hi, All my projects extend from a master project.xml. Along this is a project.properties file. Normally these values are being used, the same as they where in a project.properties file along the "real" project.xml. But I have a problem with the PMD plugin. It seems that this rule is not being followed. I created a test with this structure: + moduleA | + project.xml + project.properties + rootProject | + project.xml + project.properties In my project.xml I <extend>..\rootproject\project.xml</extend> In project.properties I have: maven.jar.override=3Don maven.jar.pmd=3D3.1 When running "maven pmd" from the moduleA directory with these properties in the project.properties of moduleA, I get an error from pmd that I should specify the 'targetjdk' value, which is good(!) because that way I'm sure I'm using the new version 3.1. However when I move these properties to the project.properties of rootproject, pmd does not give an error, meaning that he is not using the new jar. I can send you a zip file with the test setup for further investigation. (I tried to attach it, but the mailing list does not allow it) regards, Wim --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]