XPP3 spec also knows about an attribute called combine.id, which I've
implemented in plexus-utils-3.0.22 (which again is part of Maven-3.3.9)
This is especially handy in case of Lists. Maybe that can help you.
Robert
ps.I can't find links to the docs, sorry...
On Mon, 26 Sep 2016 20:27:59 +0200, Benson Margulies
<[email protected]> wrote:
I'm helping out a bit with the bnd-maven-plugin.
They are currently recursing up the chain of parents, looking at the
DOM for <configuration/>, to combine parent and child information.
There's
http://blog.sonatype.com/2011/01/maven-how-to-merging-plugin-configuration-in-complex-projects/,
but
(a) gosh it looks messy, and
(b) it doesn't work for scalar properties. - the code in there
collects a scalar String from each level of parent and combines them
into a list.
is there some other technique for accumulating configuration up the
parent chain that I'm missing?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]