On Sat, 2008-01-19 at 15:19 -0600, Wayne Fay wrote: > Could you tell Sonar to use pmd v2.3 by specifying it in the > dependencies of the Sonar plugin itself? >
Well, the Sonar plugin launches a Maven Embedder and creates a POM on the fly. The 2.2 version of the PMD plugin is hard-coded in the Java code for the plugin, so it is not that easy. I would have to create my own version of the sonar plugin by changing the code and re-building locally. This is obviously doable, but it looks like a far dirtier hack than changing the POM for the PMD plugin... I will ask the question on the Sonar mailing list... - Olivier --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
