Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.3
-
Fix Version/s: None
-
Component/s: unpack, unpack-dependencies
-
Labels:None
-
Number of attachments :
Description
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:
<excludes>**/something.txt</excludes>
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).
Issue Links
- is related to
-
MDEP-338
Use of default excludes in unpack should be configurable
-