As an additional hint, and possible explanation: I have a project with multiple mojos in it. In the area where I'm having the problem, I've got one of them specified in build/plugins in the parent project, and the other specified in build/pluginManagement/plugins. I can't help wondering if there some sort of leakage here, or that the entire plugin, not the goal, is what gets managed.
On Thu, Mar 11, 2010 at 10:25 AM, Benson Margulies <[email protected]>wrote: > In the parent project, I declare a plugin in pluginManagement. > > In one of the children, I do \not/ reference it at all. Yet, > help:effective-pom shows it in the build/plugins, and it's trying to run. > > Any suggestions? >
