You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Paul Gier (JIRA)" <ji...@codehaus.org> on 2009/05/15 18:11:44 UTC

[jira] Created: (MASSEMBLY-408) When using a fileset directory excludes requires a "/**" on the end

When using a fileset directory excludes requires a "/**" on the end
-------------------------------------------------------------------

                 Key: MASSEMBLY-408
                 URL: http://jira.codehaus.org/browse/MASSEMBLY-408
             Project: Maven 2.x Assembly Plugin
          Issue Type: Improvement
            Reporter: Paul Gier
            Priority: Minor


When using excludes configuration to exclude a directory, the directory must have a /** at the end or it won't be excluded.  For example to exclude the target directory, I should be able to just put
<exclude>target</exclude>

But the fileset configuration requires that it looks like
<excludes>target/**</excludes>

-- 
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