Hello,

I would like to create a maven plugin, which would delegate to other plugins based on parameters. Something like mvn mymojo:dotask -Dtask=<xxx>

and then in the "dotask" mojo I would see what the value of task is, and if it's xxx then execute Mojo1, if it's yyy then Mojo2 etc...

How can I do this?

Thanks, Csaba




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

Reply via email to