You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Kristian Koehler (JIRA)" <ji...@apache.org> on 2009/04/03 11:28:12 UTC

[jira] Updated: (FELIX-1023) Category Information not exported to obr file

     [ https://issues.apache.org/jira/browse/FELIX-1023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kristian Koehler updated FELIX-1023:
------------------------------------

    Attachment: missing_categories.txt

the patch for this issue

> 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
>         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.