You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "John Casey (JIRA)" <ji...@codehaus.org> on 2009/07/13 23:10:22 UTC

[jira] Closed: (MASSEMBLY-205) Files mapped anywhere under META-INF ignored

     [ http://jira.codehaus.org/browse/MASSEMBLY-205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Casey closed MASSEMBLY-205.
--------------------------------

         Assignee: John Casey
       Resolution: Won't Fix
    Fix Version/s:     (was: 2.2)

First, components.xml files under META-INF/plexus are merged, which means they have special handling within the assembly process and may not be listed in the debug output.

Secondly, if this is still a problem in view of the above, I'm going to need some more information about what exactly is happening (and maybe a test case?) if I'm going to fix this.

> Files mapped anywhere under META-INF ignored
> --------------------------------------------
>
>                 Key: MASSEMBLY-205
>                 URL: http://jira.codehaus.org/browse/MASSEMBLY-205
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: Bug
>    Affects Versions: 2.2-beta-1
>            Reporter: Eric Redmond
>            Assignee: John Casey
>
> In an assembly descriptor moving a components.xml file under META-INF is ignored
>   <files>
>     <file>
>       <source>${basedir}/src/main/components/xstream-components.xml</source>
>       <destName>components.xml</destName>
>       <outputDirectory>/META-INF/plexus</outputDirectory>
>       <filtered>true</filtered>
>     </file>
>   </files>
> However, moving anywhere else, such as /meta-inf/plexus (lowercase) works file.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira