jhumble wrote: > >> > [snip snip] > That would be great, and the obvious place would be in MANIFEST.MF, but > the > format isn't rich enough to store all the information we'd need. Another > possibility would be to create a custom maven XML extension file inside > META-INF. > [snip snip] >
I thought it worth mentioning that OSGi extends (in a compliant way) the MANIFEST.MF to store very fine-grained transitive dependency information (versioned java package level import/export expressions). Tycho (the Maven that builds OSGi bundles) is currently using this metadata for dependency resolution - so I wouldn't assume the manifest wouldn't work. A minor point in the grand scheme of this discussion - I'll grant that :-). Ron -- View this message in context: http://maven.40175.n5.nabble.com/Continuous-Delivery-and-Maven-tp3245370p3256034.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
