Dan Armbrust created MDEP-496:
---------------------------------
Summary: unpack-dependencies applies silent exclusions that can't
be disabled
Key: MDEP-496
URL: https://issues.apache.org/jira/browse/MDEP-496
Project: Maven Dependency Plugin
Issue Type: Sub-task
Affects Versions: 2.10
Reporter: Dan Armbrust
The issues https://issues.apache.org/jira/browse/MDEP-338 and
https://issues.apache.org/jira/browse/MDEP-337 are still just as valid today as
they were 4 years ago when they were reported (and when a patch was supplied to
fix the issue)
If you attempt to extract a zip file that contains a folder such as ".svn" it
will extract fine - including the .svn folder - UNLESS you also supply an
exclude such as <excludes>**/foo.txt</excludes> - now the behavior changes, and
it does NOT extract the .svn folder, as it falls into a default exclude list
somewhere, which is unconfigurable.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)