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 2015/01/09 04:10:47 UTC

[5/7] incubator-streams git commit: rat is analyzing source files from camel in streams-web. prevent that.

rat is analyzing source files from camel in streams-web.  prevent that.


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/40ee4e78
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/40ee4e78
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/40ee4e78

Branch: refs/heads/0.1-rc2
Commit: 40ee4e78b4b6123b5df9117789e665269cb7cebd
Parents: 805772e
Author: Steve Blackmon <sb...@apache.org>
Authored: Thu Jan 8 12:33:55 2015 -0600
Committer: Steve Blackmon <sb...@apache.org>
Committed: Thu Jan 8 12:33:55 2015 -0600

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/40ee4e78/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f1f5d83..4c96043 100644
--- a/pom.xml
+++ b/pom.xml
@@ -641,6 +641,7 @@
                                 <exclude>**/NOTICE</exclude>
                                 <exclude>**/README.*</exclude>
                                 <exclude>**/target/**</exclude>
+				<exclude>**/overlays/**</exclude>
                                 <exclude>**/src/main/resources/**</exclude>
                                 <exclude>**/src/test/resources/**</exclude>
                                 <exclude>**/.gitignore</exclude>