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


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

        

Reply via email to