You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@twill.apache.org by an...@apache.org on 2014/04/14 23:39:10 UTC

git commit: exclude zookeeper.out from rat

Repository: incubator-twill
Updated Branches:
  refs/heads/master 15f4a7e5b -> a028289b1


exclude zookeeper.out from rat


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

Branch: refs/heads/master
Commit: a028289b1c3cc3b52c85dec7948582d2546e5825
Parents: 15f4a7e
Author: anew <an...@continuuity.com>
Authored: Mon Apr 14 14:38:56 2014 -0700
Committer: anew <an...@continuuity.com>
Committed: Mon Apr 14 14:38:56 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/a028289b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1481d54..2c8f1be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -269,6 +269,7 @@
                             <exclude>target/**/*</exclude>
                             <exclude>**/README</exclude>
                             <exclude>src/test/resources/header.txt</exclude>
+                            <exclude>**/zookeeper.out</exclude>
                         </excludes>
                     </configuration>
                 </plugin>