You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2016/10/23 17:55:16 UTC

incubator-streams git commit: make rat pass during release:prepare

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 <sb...@apache.org>
Authored: Sun Oct 23 12:55:09 2016 -0500
Committer: Steve Blackmon <sb...@apache.org>
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>