Re: [M2] How to fail build by PMD certain level priority

2006-06-01 Thread Szczepan Faber
Hi, I've already added this functionality. I will post a patch to JIRA. Thanks, Szczepan On 6/1/06, Wayne Fay [EMAIL PROTECTED] wrote: Go ahead and file the JIRA... but if you need this functionality asap for a project, you probably need to dig into the code and add it yourself, and

[M2] How to fail build by PMD certain level priority

2006-05-31 Thread Szczepan Faber
How to fail a build by PMD but only on certain level priority violation? Thanks, Szczepan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [M2] How to fail build by PMD certain level priority

2006-05-31 Thread Maria Odea Ching
Hi Szczepan, There's no feature for this in the maven PMD plugin. You can file a jira for this at http://jira.codehaus.org/browse/MPMD The current setting is that the build fails only if the failOnValidation parameter is set to true and the overall number of violations is greater than 1.

Re: [M2] How to fail build by PMD certain level priority

2006-05-31 Thread Wayne Fay
Go ahead and file the JIRA... but if you need this functionality asap for a project, you probably need to dig into the code and add it yourself, and contribute it back. Wayne On 5/31/06, Maria Odea Ching [EMAIL PROTECTED] wrote: Hi Szczepan, There's no feature for this in the maven PMD