Re: Parent-to-child inheritance of dynamic properties

2011-04-05 Thread Benson Margulies
Barrie, Honestly, the purpose of my email about splitting the list was not to return attention to this thread :-) You are correct that my thought process when I wrote that did not take into account the possibility of sparse checkouts. What I learned from that thread and other discussions was the

Re: Parent-to-child inheritance of dynamic properties

2011-04-04 Thread Barrie Treloar
On Sun, Dec 12, 2010 at 10:45 AM, Benson Margulies wrote: > On Sat, Dec 11, 2010 at 7:05 PM, Benjamin Bentmann > wrote: >> Benson Margulies wrote: >> >>> Say that, in a parent pom, there is an execution of a plugin that sets >>> a property. (e.g. the build helper plugin's port reserver). >>> >>>

Re: Parent-to-child inheritance of dynamic properties

2010-12-12 Thread Benson Margulies
In my defense, I was busy coding a plugin when I posed the question. On Sun, Dec 12, 2010 at 5:49 PM, Brett Porter wrote: > You're probably better using the available plugin expressions for the > execution root rather than this. > > Also, the users@ list is the right place to ask the original qu

Re: Parent-to-child inheritance of dynamic properties

2010-12-12 Thread Brett Porter
You're probably better using the available plugin expressions for the execution root rather than this. Also, the users@ list is the right place to ask the original question :) Cheers, Brett On 12/12/2010, at 11:15 AM, Benson Margulies wrote: > On Sat, Dec 11, 2010 at 7:05 PM, Benjamin Bentmann

Re: Parent-to-child inheritance of dynamic properties

2010-12-11 Thread Benson Margulies
On Sat, Dec 11, 2010 at 7:05 PM, Benjamin Bentmann wrote: > Benson Margulies wrote: > >> Say that, in a parent pom, there is an execution of a plugin that sets >> a property. (e.g. the build helper plugin's port reserver). >> >> Will those properties inherit down to the children? > > No, the runti

Re: Parent-to-child inheritance of dynamic properties

2010-12-11 Thread Benjamin Bentmann
Benson Margulies wrote: Say that, in a parent pom, there is an execution of a plugin that sets a property. (e.g. the build helper plugin's port reserver). Will those properties inherit down to the children? No, the runtime data of project instances is separated. Benjamin --

Parent-to-child inheritance of dynamic properties

2010-12-11 Thread Benson Margulies
Say that, in a parent pom, there is an execution of a plugin that sets a property. (e.g. the build helper plugin's port reserver). Will those properties inherit down to the children? - To unsubscribe, e-mail: dev-unsubscr...@mave