Application of default excludes is inconsistent -----------------------------------------------
Key: MDEP-337 URL: https://jira.codehaus.org/browse/MDEP-337 Project: Maven 2.x Dependency Plugin Issue Type: Bug Components: unpack, unpack-dependencies Affects Versions: 2.3 Reporter: Brett Porter In the unpack method, include/exclude selectors are used, which have "default excludes" configured. When a POM configures the following, the default excludes are also applied: {code:xml} <excludes>**/something.txt</excludes> {code} However, if no excludes are present, then the default excludes are not applied. If no excludes are present, then the default excludes should be applied in the same way as if they were. However, I don't believe the exclusions should be on by default (see related issue). -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira