You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org> on 2009/12/30 12:50:55 UTC

[jira] Closed: (MSHADE-70) Artifact filter does not recognize pattern ending with slash

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

Benjamin Bentmann closed MSHADE-70.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3
         Assignee: Benjamin Bentmann

Fixed in [r894596|http://svn.apache.org/viewvc?view=revision&revision=894596].

> Artifact filter does not recognize pattern ending with slash
> ------------------------------------------------------------
>
>                 Key: MSHADE-70
>                 URL: http://jira.codehaus.org/browse/MSHADE-70
>             Project: Maven 2.x Shade Plugin
>          Issue Type: Bug
>    Affects Versions: 1.2.2
>            Reporter: Benjamin Bentmann
>            Assignee: Benjamin Bentmann
>            Priority: Minor
>             Fix For: 1.3
>
>
> A configuration like
> {code:xml}
> <configuration>
>   <filters>
>     <filter>
>       <artifact>foo:bar</artifact>
>       <excludes>
>         <exclude>org/apache/</exclude>
>       </excludes>
>     </filter>
>   </filters>
> </configuration>
> {code}
> fails to exclude paths starting with "org/apache/". In other words, the pattern "org/apache/" is not understood as a shorthand for "org/apache/\*\*" (cf. [Patterns|http://ant.apache.org/manual/dirtasks.html#patterns]).

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