---- quote start ---- Personally, I think you should Maven2-ize the other project, and run PMD directly on it, instead of doing this convoluted thing... ---- quote end ----
Well, even if I mavenize our plugin-extension project, where will I add the dependency? The only logical place I can believe is PMD plugin's dependency section. This would mean we, in our company maintaining a fork version of PMD plugin, which we want to avoid. Regards, Subhash. On 3/18/06, Wayne Fay <[EMAIL PROTECTED]> wrote: > > Perhaps need to use assembly plugin to unzip the the Jar and then let > PMD run on the classes directly? > > (Personally, I think you should Maven2-ize the other project, and run > PMD directly on it, instead of doing this convoluted thing...) > > Wayne > >