Unfortunately in Maven 1.x, this is only by reading the source of those plugins and looking at the prereqs.
- Brett On 4/15/05, Mark D. Hansen <[EMAIL PROTECTED]> wrote: > thanks - good idea! is there a way to discover, in general, what the > dependencies are among goals? > > > -----Original Message----- > > From: Brett Porter [mailto:[EMAIL PROTECTED] > > Sent: Thursday, April 14, 2005 11:59 AM > > To: Maven Users List > > Subject: Re: preGoal question > > > > > > no, but you only need to pregoal a common denominator, like > > test:test-resources. > > > > - Brett > > > > On 4/15/05, Mark D. Hansen <[EMAIL PROTECTED]> wrote: > > > I'd like to associate some simple Ant directory cleanup > > with all of the testing goals. Is there a way to do that > > using preGoal without specifying all the test:* goals ?? > > > > > > For example, can I write something like this: > > > > > > <preGoal name="test:*"> > > > <myAntTask ...> > > > </preGoal> > > > > > > instead of these two: > > > > > > <preGoal name="test:test"> > > > <myAntTask ...> > > > </preGoal> > > > > > > <preGoal name="test:single"> > > > <myAntTask ...> > > > </preGoal> > > > > > > > > --------------------------------------------------------------------- > > > 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] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
