Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.5
-
None
-
Java 6, Maven 2.0.8
-
Patch
Description
After the
"Osgi Service Platform Core Specification Release 4, Version 4.1"
the parameter "Bundle-Name" in the MANIFEST.MF is only a optional parameter.
In the "InstallPluginsMojo" this parameter is checked, to decide whether this jar is an osgi-bundle or not.
The use of "Bundle-SymbolicName" would be more stable, because it is mandatory.