GitHub user jutzig opened a pull request:
https://github.com/apache/maven-plugins/pull/8
ChangeLog: added include/exclude support to filter uninteresting files
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>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jutzig/maven-plugins topic/file-exclude
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/maven-plugins/pull/8.patch
----
commit f9e401221728b381bc738839c94e4bd178c90b67
Author: Johannes Utzig <[email protected]>
Date: 2013-04-11T10:43:19Z
added include/exclude support to filter uninteresting files
----
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]