Olivier Lamy created MCHANGELOG-134:
---------------------------------------

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