> I try to use a mojo "B" within a mojo "A".  I develop a custom plugin which
> should use AddSourceMojo within my custom plugin for adding new  sources. Is
> this possible?

Extract the method to a utility class/jar/artifact which you can
depend on independently of your mojos, and then call it from each
mojo. And then, yes, you'll need to declare each plugin in your pom.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to