pom resources are not correctly processed
-----------------------------------------
Key: FELIX-400
URL: https://issues.apache.org/jira/browse/FELIX-400
Project: Felix
Issue Type: Bug
Components: Maven Bundle Plugin
Affects Versions: 1.0.0
Reporter: Carlos Sanchez
Resources listed in <build><resources> are not correctly processed into the
Include-Resource directive, the includes and excludes are ignored, and if you
use <directory>${basedir}</directory> you get an out of bounds exception
The code for processing resources is here
https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-resources-plugin/src/main/java/org/apache/maven/plugin/resources/ResourcesMojo.java
it should be probably factored out for reuse
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.