Hi Peter, That's the correct staging repository. The packaging type is 'bundle' because that is what the maven-felix-plugin specifies:
http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html However, they do have some documentation on retaining the 'jar' packaging, but adding in the OSGi metadata in a separate build phase. Look for the section in that page entitled "Adding OSGi metadata to existing projects without changing the packaging type". But doesn't Ivy have a way of specifying the packaging type in its metadata? If not, perhaps we can make the modifications for 1.1.1? Best, Les
