due to how maven plugin plugin works, you cannot have a dependency on a maven plugin and extend the mojo's in that plugin.
when we switch from javadoc processing to annotation processing, and with the classloader from maven 3 it will be possible, but until then you need to copy the mojo into your own plugin... this is why a lot of the maven plugins are thing wrappers on the jar providing the functionality (also gives you an easier route off maven id you ever want one) - Stephen --- Sent from my Android phone, so random spelling mistakes, random nonsense words and other nonsense are a direct result of using swype to type on the screen On 30 May 2011 18:19, "Leonard Ehrenfried" <[email protected]> wrote:
