> work). But can you configure it to not run certain rules only on certain > files? For example, can I tell it to not run the AvoidDuplicateLiterals on > just a single file?
If you can configure PMD itself to support this requirement, then most likely the Maven2 plugin can be configured to support it as well, but it may require some modification of the plugin code. This is such a specific requirement, I doubt anyone has needed to do it previously so you're probably in for some hacking... but plugins are generally simple to figure out and many are open source, so you should be able to make it work with a little effort. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
