Re: Combining parent and child configuration

2016-09-26 Thread Robert Scholte
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

Combining parent and child configuration

2016-09-26 Thread Benson Margulies
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 , 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