> the documentation
> did not make it clear that a "dependent target" is considered
> a "parent" of the
> "depending target" as result of this dependent target
> properties override
> depending target properties.
That's not quite the way it is though.
There is no parent/child relationship, there is just an order of execution.
The "dependent" is actually executed first, (due to the nature of dependency)
and therefore has first stab at the cherry. This is not a result of some
"parent"/"child" relationship the way that
commandline => parent-script => project => target
works, it is just a result of persistence and immutability of properties.