[m2] Call a plugin goal from another mojo

2005-11-21 Thread Bernhard Daubner
I'm looking for a possibility to call within a maven plugin a goal of another plugin (within the same maven project). For example I want to be able to write a Maven2 Plugin that calls the Maven-SCM-Plugin to check out a certain revision of the source code and then calls a Metrics Plugin to do

Re: [m2] Call a plugin goal from another mojo

2005-11-21 Thread dan tran
Hi Bernhard, Did you take a look at maven-release-plugin?, it uses Plexus's Commandline to invoke another plugin -Dan On 11/21/05, Bernhard Daubner [EMAIL PROTECTED] wrote: I'm looking for a possibility to call within a maven plugin a goal of another plugin (within the same maven project).

Re: [m2] Call a plugin goal from another mojo

2005-11-21 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The term aggregator in the context of maven 2 doesn't refer to aggregation of plugin calls, but aggregation of project handling. It's an alternative way of processing projects within a reactor where the plugin is invoked once per build, instead of