I've checked out the source for the maven-felix-bundle plugin and I'm having some difficulty pinpointing where in the code the JAR file is actually uploading to the remote OBR. I've looked in both the deploy mojo and the deploy-file mojos. I see the code that is uploading the metadata, but not the JAR itself. The behavior I am seeing when I run "org.apache.felix:maven-bundle-plugin:deploy" is consistent with this as well, the xml file is uploaded, but not the JAR. Am I overlooking something or is this functioning as intended? If it is functioning as intended, what is the scenario that you would want to upload the metadata but not the JAR?
Thanks, Ryan

