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

Bundle-ClassPath without "." while using maven-bundle-plugin in a war project confuses the plugin

    XMLWordPrintableJSON

Details

    Description

      I am using a war type project, so the packaging is governed by
      maven-war-plugin. For the OSGi meta data in the war, I am using manifest
      goal of maven-bundle-plugin in process-classes phase. Yes, I have already
      looked at the excellent examples on this use case at [1]. However, my use
      case has one difference. I don't want "." in Bundle-ClassPath. Why? Because,
      it should never be. Files at the root level of .war file is never used
      directly by class loaders in web container; WEB-INF/classes and
      WEB-INF/lib/*.jar are used instead. As soon as I remove the "." from
      Bundle-ClassPath settings, bundle plugin is confused. I don't know why "."
      is necessary for bundle plugin to generate meta data? My guess is without
      it, it does not find any classes in the target dir?

      Please see the attached test case. I want to know two things:
      1. How to configure bundle plugin to generate Bundle-ClassPath that contains WEB-INF/classes and WEB-INF/lib/*.jar, but "." should not be part of the classpath?
      2. How to configure bundle plugin to generate Import-Package statements for classes packaged in WEB-INF/lib/*.jar?

      Attachments

        1. ASF.LICENSE.NOT.GRANTED--wicket-cdi.tar.gz
          7 kB
          Erik Brakkee
        2. test.zip
          10 kB
          Sanjeeb Kumar Sahoo

        Issue Links

          Activity

            People

              mcculls Stuart McCulloch
              sahoo Sanjeeb Kumar Sahoo
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: