Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
maven-bundle-plugin-1.2.0
-
None
Description
When embedding dependencies inside a bundle with no local classes (ie. the project itself doesn't contain any sources) the bundleplugin will still add a "." to the generated Bundle-ClassPath. This "." is not strictly necessary because there are no packages it could correspond to, so it should be removed.
This is a minor improvement that will be done in the next maintenance release after version 1.2.0 of the bundleplugin.