[ 
https://jira.codehaus.org/browse/MCHANGELOG-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Olivier Lamy closed MCHANGELOG-134.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.3
         Assignee: Olivier Lamy

fixed http://svn.apache.org/r1467631
                
> ChangeLog: added include/exclude support to filter uninteresting files
> ----------------------------------------------------------------------
>
>                 Key: MCHANGELOG-134
>                 URL: https://jira.codehaus.org/browse/MCHANGELOG-134
>             Project: Maven 2.x Changelog Plugin
>          Issue Type: Bug
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>             Fix For: 2.3
>
>         Attachments: MCHANGELOG-134.patch
>
>
> This change allows to explicitly include/exclude files from the change sets.
> If the filter removes all files from a given change set, the whole change set 
> is omitted. 
> This is useful to ignore commits on resources that are not interesting for 
> the report. Can be configured like this:
>     <includes>
>         <include>src/main/java/*.java</include>
>     </includes>
>     <excludes>
>         <exclude>src/test/**</exclude>
>     </excludes>. url: https://github.com/apache/maven-plugins/pull/8.patch

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to