Repository: incubator-streams Updated Branches: refs/heads/master 3d1847362 -> 0a93e4456
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/0a93e445 Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/0a93e445 Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/0a93e445 Branch: refs/heads/master Commit: 0a93e4456c09ee525da47e6f0ca7bd934b568313 Parents: 3d18473 Author: Steve Blackmon <[email protected]> Authored: Sun Oct 23 12:55:09 2016 -0500 Committer: Steve Blackmon <[email protected]> Committed: Sun Oct 23 12:55:09 2016 -0500 ---------------------------------------------------------------------- streams-monitoring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/0a93e445/streams-monitoring/pom.xml ---------------------------------------------------------------------- diff --git a/streams-monitoring/pom.xml b/streams-monitoring/pom.xml index 116d0f2..c26794b 100644 --- a/streams-monitoring/pom.xml +++ b/streams-monitoring/pom.xml @@ -119,7 +119,7 @@ <artifactId>apache-rat-plugin</artifactId> <configuration> <excludes combine.children="append"> - <exclude>src/test/resources/MemoryUsageObjects.json</exclude> + <exclude>**/MemoryUsageObjects.json</exclude> </excludes> </configuration> </plugin>
