You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Arnaud Brunet (JIRA)" <ji...@codehaus.org> on 2014/03/21 04:58:59 UTC

[jira] (MASSEMBLY-691) dependencySet with filtered option has differents behaviors

Arnaud Brunet created MASSEMBLY-691:
---------------------------------------

             Summary: dependencySet with filtered option has differents behaviors
                 Key: MASSEMBLY-691
                 URL: https://jira.codehaus.org/browse/MASSEMBLY-691
             Project: Maven Assembly Plugin
          Issue Type: Bug
          Components: dependencySet
    Affects Versions: 2.4
            Reporter: Arnaud Brunet
         Attachments: sample.zip

Hello,

In the sample projet, there are two artifacts : 
- "bug:assembly" contains an assembly descriptor which includes the other artifact.
- "bug:assembly-dependency" is a simple artifact with a properties file. 

In the assembly description, I want to unpack the artifact "bug:assembly-dependency". 

In the unpack options, 
- if I put parameter "filtered" on false, my properties file is put in conf directory,
- but if I put "filtered" on true, my properties file is in conf/assembly-dependency-0.0.1-SNAPSHOT.jar directory.

I expected that only my properties file exchange between the two options. Why am I getting the "assembly-dependency-0.0.1-SNAPSHOT.jar " directory ?

Regards,
Arnaud




--
This message was sent by Atlassian JIRA
(v6.1.6#6162)