Repository: incubator-streams Updated Branches: refs/heads/master 0a93e4456 -> 094ba0e32
make rat pass during release:prepare Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/8c745c3d Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/8c745c3d Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/8c745c3d Branch: refs/heads/master Commit: 8c745c3d33042c63022b8c664a0ff59a99212aeb Parents: 0a93e44 Author: Steve Blackmon <[email protected]> Authored: Sun Oct 23 13:01:01 2016 -0500 Committer: Steve Blackmon <[email protected]> Committed: Sun Oct 23 13:01:01 2016 -0500 ---------------------------------------------------------------------- pom.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/8c745c3d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4a32c7a..0a42dad 100644 --- a/pom.xml +++ b/pom.xml @@ -229,7 +229,7 @@ <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> <configuration> - <excludes> + <excludes combine.children="append"> <exclude>.travis.yml</exclude> <exclude>.git</exclude> <exclude>.gitignore</exclude> @@ -245,7 +245,10 @@ <exclude>**/src/test/resources/**/*.csv</exclude> <exclude>**/src/test/resources/**/*.tsv</exclude> <exclude>**/src/test/resources/**/*.txt</exclude> - <exclude>**/src/site/resources/**</exclude> + <exclude>**/src/site/resources/**/*.csv</exclude> + <exclude>**/src/site/resources/**/*.tsv</exclude> + <exclude>**/src/site/resources/**/*.txt</exclude> + <exclude>**/src/site/resources/**/*.json</exclude> <exclude>**/.gitignore</exclude> <exclude>**/*.properties</exclude> <exclude>**/*.iml</exclude>
