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]
