Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0-alpha-2
-
Labels:None
-
Number of attachments :
Description
Instead of using the information in the <resources> section of the pom, it always only looks in src/main/resources.
Preliminary fix in the sandbox:
https://svn.apache.org/repos/asf/maven/sandbox/plugins/maven-remote-resources-plugin
It now traverses the project defined resource directories. However, it still doesn't take into account any include/exclude or filters.