On 9/23/05, Bennett, Timothy (JIS - Applications) <[EMAIL PROTECTED]> wrote: > I think the consensus is a custom <packaging/> in which a POM only > produces an OSGi bundle artifact.
Great > Does that imply a modification to the > maven core as opposed to an external plugin like we currently have? Not at all. http://maven.apache.org/maven2/lifecycle.html The only thing missing from that doc is that: - users of the packaging will need to list the plugin in their plugins section - <extensions> needs to be true in the plugin definition Cheers, Brett