Re: How do I get the MavenProject objects of already built modules?

2010-12-20 Thread Benjamin Bentmann
Brian E. Fox wrote: Do you need @aggregator to make sure the reactorProjects is properly populated? No, at least not just for inspection of the projects and their model. Neglecting the run-once behavior of @aggregator, it would be required if their dependencies needed to be resolved or lifec

Re: How do I get the MavenProject objects of already built modules?

2010-12-20 Thread Brian E. Fox
Do you need @aggregator to make sure the reactorProjects is properly populated? --Brian (mobile) On Dec 20, 2010, at 12:18 PM, Benjamin Bentmann wrote: > Bernd Vogt wrote: > >> when implementing a Mojo (Maven 3), how do I get the MavenProject >> objects of the modules that were already built

Re: [RESULT] [VOTE] Release Maven Surefire Plugin version 2.7, Take 2

2010-12-20 Thread Mark Derricutt
Looks like I had a rogue debugger process left around, the mockito issue is still haunting me tho. This is on a line doing: doReturn(something).when(spiedObject).doSomething(); I'll create an example project and see if I can that to break. -- "Great artists are extremely selfish and arrogant

AW: How do I get the MavenProject objects of already built modules?

2010-12-20 Thread Bernd.Vogt
> /** @parameter default-value="${reactorProjects}" */ > Collection projects; That's exactly what I was looking for. Thanks! - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@mav

Re: How do I get the MavenProject objects of already built modules?

2010-12-20 Thread Benjamin Bentmann
Bernd Vogt wrote: when implementing a Mojo (Maven 3), how do I get the MavenProject objects of the modules that were already built by the current reactor build? Sounds either like /** @parameter default-value="${reactorProjects}" */ Collection projects; or http://jira.codehaus.org/browse/MNG

How do I get the MavenProject objects of already built modules?

2010-12-20 Thread Bernd.Vogt
Hi, when implementing a Mojo (Maven 3), how do I get the MavenProject objects of the modules that were already built by the current reactor build? Regards, Bernd Vogt - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org