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

Event plugin native2ascii plugin conflicts with Eclipse

    XMLWordPrintableJSON

Details

    Description

      When the event plugin is imported in Eclipse as "Existing Maven Project" the project is not correctly generated because of the following section:

      <resource>
      	<directory>target/classes</directory>
      	<includes>
      		<include>OSGI-INF/**</include>
      	</includes>
      	<filtering>false</filtering>
      </resource>
      

      If you uncomment it, then resources processed by native2ascii doesn't get included.

      I've found a solution, and it is to remove the additional resources, but instead add the following instruction to the maven-bundle-plugin:

      <Include-Resource>{maven-resources},OSGI-INF=target/classes/OSGI-INF</Include-Resource>
      

      Attachments

        Issue Links

          Activity

            People

              v_valchev Valentin Valchev
              v_valchev Valentin Valchev
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: