Dawid Weiss created MASSEMBLY-724:
-------------------------------------
Summary: Can't include unpacked subsets twice (a variant of
unpackedSubsetsTwice IT)
Key: MASSEMBLY-724
URL: https://jira.codehaus.org/browse/MASSEMBLY-724
Project: Maven Assembly Plugin
Issue Type: Bug
Components: dependencySet
Affects Versions: 2.5
Environment: Any
Reporter: Dawid Weiss
Priority: Minor
Attachments: dependencySet-unpackedSubsetsTwice.zip
This is a variation of unpackedSubsetsTwice IT; the only difference is that we
want to unpack the saame dependency twice, into the same folder (with different
include/ exclude patterns). The second dependency is skipped with a message:
{code}
[WARNING] Archive:
C:\_tmp\dependencySet-unpackedSubsetsTwice\child1\target\child1-1.0-SNAPSHOT.jar
has already been add
ed. Skipping.
{code}
The reason for doing this is that you can have multiple dependency set
inclusions, each specifying its own fileMode, for example.
I've modified dependencySet-unpackedSubsetsTwice IT slightly, but it's pretty
simple to reproduce.
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)