RE: Is it now possible to affect reactor build ordering without using a normal module dependency?

2009-04-03 Thread Brian E. Fox
re another point of view I have yet to comprehend? thanks david jencks > > > -Original Message- > From: David Jencks [mailto:david_jen...@yahoo.com] > Sent: Friday, April 03, 2009 12:34 PM > To: Maven Developers List > Subject: Re: Is it now possible to affect reactor build orderi

Re: Is it now possible to affect reactor build ordering without using a normal module dependency?

2009-04-03 Thread David Jencks
s david jencks -Original Message- From: David Jencks [mailto:david_jen...@yahoo.com] Sent: Friday, April 03, 2009 12:34 PM To: Maven Developers List Subject: Re: Is it now possible to affect reactor build ordering without using a normal module dependency? Why do you want to affect th

RE: Is it now possible to affect reactor build ordering without using a normal module dependency?

2009-04-03 Thread Brian E. Fox
ate in the reactor ordering for cases like this. There's a proposal but I can't find it at this time. -Original Message- From: David Jencks [mailto:david_jen...@yahoo.com] Sent: Friday, April 03, 2009 12:34 PM To: Maven Developers List Subject: Re: Is it now possible to affect re

RE: Is it now possible to affect reactor build ordering without using a normal module dependency?

2009-04-03 Thread Brian E. Fox
Is it now possible to affect reactor build ordering without using a normal module dependency? In the past plugins such as the dependency plugin didn't have a way to affect the reactor build order without having the user add a real dependency (say test scope) to the module using the plugin (or ha

Re: Is it now possible to affect reactor build ordering without using a normal module dependency?

2009-04-03 Thread David Jencks
Why do you want to affect the reactor build ordering without using a dependency? The only use for something like this I have thought of so this might be a feature request is that I would like to be able to assure that a large project with deeply nested structure can be built in st

Is it now possible to affect reactor build ordering without using a normal module dependency?

2009-04-03 Thread James Carpenter
In the past plugins such as the dependency plugin didn't have a way to affect the reactor build order without having the user add a real dependency (say test scope) to the module using the plugin (or having the plugin programatically do the same) just to ensure proper build ordering. I assume this