attainGoal is only calling a goal on the current project (possibly from another plugin though).
To execute a goal on another project, you can use the reactor or <maven:maven /> tag (the latter is for a single project). Note that you are executing a goal -on- another project, not a goal from that project on your own. If you nede to share goals among projects in a reusable way, you should be building your own plugin. Cheers, Brett On Thu, 02 Sep 2004 15:00:01 +0900, Shinobu Kawai <[EMAIL PROTECTED]> wrote: > > Hi Nathan, > > > can't find any docs for the attainGoal plugin > Try here: > http://wiki.codehaus.org/maven/WerkzTagDocumentation > > Best regards, > -- Shinobu Kawai > > -- > Shinobu Kawai <[EMAIL PROTECTED], [EMAIL PROTECTED]> > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
