You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2015/10/30 21:32:49 UTC

[25/50] [abbrv] usergrid git commit: fix rat check

fix rat check


Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/c71133f6
Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/c71133f6
Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/c71133f6

Branch: refs/heads/USERGRID-872
Commit: c71133f6d4797f5f1d5576082aa40ba009e763f1
Parents: 1449950
Author: Shawn Feldman <sf...@apache.org>
Authored: Tue Oct 20 15:59:16 2015 -0600
Committer: Shawn Feldman <sf...@apache.org>
Committed: Tue Oct 20 15:59:16 2015 -0600

----------------------------------------------------------------------
 stack/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/usergrid/blob/c71133f6/stack/pom.xml
----------------------------------------------------------------------
diff --git a/stack/pom.xml b/stack/pom.xml
index 2236e22..344502c 100644
--- a/stack/pom.xml
+++ b/stack/pom.xml
@@ -1568,7 +1568,8 @@
             </executions>
             <configuration>
                 <excludes>
-
+                    <exclude>**/Coverage.md</exclude>
+                    <exclude>**/jacoco/**</exclude>
                     <exclude>**/README.md</exclude>
                     <exclude>**/CHANGES.txt</exclude>
                     <exclude>**/*.json</exclude>