Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
webconsole-event-plugin-1.1.0
-
None
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
- relates to
-
FELIX-4733 UPnP plugin native2ascii plugin conflicts with Eclipse m2e
- Closed