Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Hi
if your define a '<Bundle-Category>' element in your pom, the information is written to the MANIFEST.MF file of your bundle but will not be exported to the repository.xml file. The file onyl contains the groupId of the project.
Example:
— 8< —
<Bundle-Category>Test-Cat, Hoppla</Bundle-Category>
— 8< —
results in
— 8< —
<category id="mygroupId"/>
— 8< —
but not in
— 8< —
<category id="Test-Cat"/>
<category id="Hoppla"/>
<category id="mygroupId"/>
— 8< —
Kristian