You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Mirko Friedenhagen <mi...@friedenhagen.de> on 2010/03/07 20:35:06 UTC

How to invoke other mojos/lifecycles in a plugin

Hello,

I want to create a meta plugin which should invoke lifecycles/mojos, so instead of issueing:
mvn clean sources:jar deploy site
I could invoke:
mvn myplugin:go

- How do I include other plugins in the dependency section of my plugin?
- How do I invoke goals/lifecycles from a plugin?

Regards
Mirko
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org