Hi all, Is there a good reason for the model of Features to be based on Lists instead of Sets? JAXB doesn't care either way, but karaf-maven-plugin needs to manually iterate the lists every time before inserting new objects or end up with duplicates in the generated output.
I considered changing the model and getting it worked out, but experience shows these kinds of patches are a huge waste of time without commit access (they are just too complex to parse). David, I saw that you left a note about checking for duplicates, is this something you had also wondered about? Cheers, Brian
