Re: Maven2: Call a Mojo from another Mojo

2005-11-16 Thread dan tran
Basically, you need to run the plugins by invoke maven again thru a command line interface. Take a look at maven-release-plugin src There are some talk bout using maven-embedder, but i dont know how to do it yet. -D On 11/16/05, Bernhard Daubner <[EMAIL PROTECTED]> wrote: > > Could somebody pl

Maven2: Call a Mojo from another Mojo

2005-11-16 Thread Bernhard Daubner
Could somebody please point me to an example where a goal from a Maven2 Mojo is called from another Mojo? I'am especially interested in how the parameters are given over. I would like to write a Maven2 Plugin that calls the Maven-SCM-Plugin to check out a certain revision of the source code an