Hosting OSGi Artifacts with Classifiers in Maven

One of the requirements for the software that we're developing at work is the ability to load components into an OSGi container.This prompted an interesting question from one of the developers I work with about deploying both a regular JAR and an OSGi bundle from his project into our Maven repository. He couldn't access both of the artifacts after deploying them, only the last one deployed, the other returned an error related to "build number not found". After some digging I discovered this was being caused by our use of classifiers.
Read More