Thanks Arnaud.Very helpful. Regards, Jason
-----Original Message----- From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] Sent: 18 January 2006 15:54 To: Maven Users List Subject: Re: attainGoal,what is it? It's not really documented in maven : http://maven.apache.org/maven-1.x/tags.html#werkz:mavenAttainGoal This tag is used to call another goal. In your case, if you don't do anything else that to use several attainGoal you could do : <goal name="nightly" prereqs="jar:install,war,ear"/> Arnaud On 1/18/06, Zheng Wen Zhe <[EMAIL PROTECTED]> wrote: > > Hi, > what does this attainGoal do within the code below? > > <goal name="nightly"> > <attainGoal name="jar:install"/> > <attainGoal name="war"/> > <attainGoal name="ear"/> > </goal> > ************************ > Is there any article I could refer to? > > Thanks, > Jason > > --------------------------------------------------------------------- > 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]
