Uploaded image for project: 'Felix'
  1. Felix
  2. FELIX-1023

Category Information not exported to obr file

    XMLWordPrintableJSON

Details

    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

      Attachments

        1. missing_categories.txt
          1 kB
          Kristian Kohler

        Activity

          People

            mcculls Stuart McCulloch
            kkoehler Kristian Kohler
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: