[ 
http://jira.codehaus.org/browse/MNG-4624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=216989#action_216989
 ] 

Matthieu Scholler commented on MNG-4624:
----------------------------------------

I just realized that I should have created this issue in Maven 2.x Assembly 
Plugin project,

Sorry about that.

> filtered not applied in a fileSet using a constraining include
> --------------------------------------------------------------
>
>                 Key: MNG-4624
>                 URL: http://jira.codehaus.org/browse/MNG-4624
>             Project: Maven 2 & 3
>          Issue Type: Bug
>    Affects Versions: 2.2.1
>            Reporter: Matthieu Scholler
>
> Below will apply the filters on the relevant files:
> <fileSet>
>     <directory>${project.basedir}/src/main/package</directory>
>     <outputDirectory></outputDirectory>
>     <filtered>true</filtered>
>     <includes>
>         <include>**</include>
>     </includes>
> </fileSet>
> but not the following one:
> <fileSet>
>     <directory>${project.basedir}/src/main/package</directory>
>     <outputDirectory></outputDirectory>
>     <filtered>true</filtered>
>     <includes>
>         <include>*.*</include>
>     </includes>
> </fileSet>
> In both cases the target files are present but no filter is applied in the 
> second case.

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