RE: How can I create an aggregator

2006-09-26 Thread Laura Hinojosa
hould consider for the next version, let the packaging (in this case pom) manage the lifecycle. Thanks for all you help. Laura From: John Casey [mailto:[EMAIL PROTECTED] Sent: Tue 9/26/2006 11:56 AM To: Maven Developers List Subject: Re: How can I create an aggre

Re: How can I create an aggregator

2006-09-26 Thread John Casey
dea?? > > > > From: Kenney Westerhof [mailto:[EMAIL PROTECTED] > Sent: Tue 9/26/2006 9:40 AM > To: Maven Developers List > Subject: Re: How can I create an aggregator > > > > > Hi, > > You should add @aggregator to the javado

RE: How can I create an aggregator

2006-09-26 Thread Laura Hinojosa
way, like reimplementing an interface or something else. Do you have any idea?? From: Kenney Westerhof [mailto:[EMAIL PROTECTED] Sent: Tue 9/26/2006 9:40 AM To: Maven Developers List Subject: Re: How can I create an aggregator Hi, You should add @aggrega

Re: How can I create an aggregator

2006-09-26 Thread Kenney Westerhof
Hi, You should add @aggregator to the javadoc comment on the Mojo class; that'll ensure the plugin runs after all modules have been built. -- Kenney Laura Hinojosa wrote: I'm having trouble with a plug-in that we are developing because of this improvement: * MNG-764 - pom with modules shou

Re: How can I create an aggregator

2006-09-26 Thread dan tran
ace or something else. Do you have any idea?? From: Kenney Westerhof [mailto:[EMAIL PROTECTED] Sent: Tue 9/26/2006 9:40 AM To: Maven Developers List Subject: Re: How can I create an aggregator Hi, You should add @aggregator to the javadoc comment on the Moj

How can I create an aggregator

2006-09-25 Thread Laura Hinojosa
I'm having trouble with a plug-in that we are developing because of this improvement: * MNG-764 - pom with modules should fail if packaging is not pom or an aggregator Our plug-in has a goal that downloads projects from and MKS repository, when we try to execute this goal with a multimo