[ 
https://issues.apache.org/jira/browse/FELIX-3352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13493021#comment-13493021
 ] 

Felix Meschberger commented on FELIX-3352:
------------------------------------------

I think the problem is related to the bundle plugin actually picking up the 
resource from src/main/resources instead of from target/classes where the 
resources are placed.

As a workaround you can configure maven copy the resources into a special 
location, e.g. target/resources, and the instruct the bundle plugin to pick 
them up from there using the <Include-Resource> directive.
                
> Maven Bundle Plugin ignores resource properties configured inside <filters> 
> section
> -----------------------------------------------------------------------------------
>
>                 Key: FELIX-3352
>                 URL: https://issues.apache.org/jira/browse/FELIX-3352
>             Project: Felix
>          Issue Type: Bug
>          Components: Maven Bundle Plugin
>    Affects Versions: maven-bundle-plugin-2.3.6
>            Reporter: Ivan Dubrov
>         Attachments: felix-3352.patch, felix-3352.zip
>
>
> maven-bundle-plugin does not pass properties from the files configured inside 
> <build><filters> section to the BND. As a result, all properties configured 
> in external filter files are unresolved in the final bundle.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to