Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
maven-bundle-plugin-2.5.0
-
None
Description
The new baselining feature is nice, unfortunately it compare to a specific version without the option to compare specific classifier, if we don't generate an OSGi bundle by default it doesn't work.
For example I'm working on a project that is generating NetBeans modules and OSGi bundle for the same artifact.
But since the OSGi bundle is generated as <classifier>bundle</classifier> and the baseline feature only compare the jar generated by the project default packaging (which in this case is a jar without the packageinfo and with a netbeans module manifest) so the baselining fail.
Adding the ability to specify the classifier in the plugin configuration would be good.