[
https://issues.apache.org/jira/browse/FELIX-1023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stuart McCulloch updated FELIX-1023:
------------------------------------
Fix Version/s: maven-bundle-plugin-2.0.1
Assignee: Stuart McCulloch
Apply patch during forthcoming maintenance release (2.0.1)
> Category Information not exported to obr file
> ---------------------------------------------
>
> Key: FELIX-1023
> URL: https://issues.apache.org/jira/browse/FELIX-1023
> Project: Felix
> Issue Type: Bug
> Components: Maven Bundle Plugin
> Reporter: Kristian Koehler
> Assignee: Stuart McCulloch
> Fix For: maven-bundle-plugin-2.0.1
>
> Attachments: missing_categories.txt
>
>
> 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
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.