You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2016/03/29 17:54:57 UTC

[1/2] incubator-beam git commit: Exclude Eclipse .checkstyle files from RAT check

Repository: incubator-beam
Updated Branches:
  refs/heads/master 9cc2c2b7f -> 17863c851


Exclude Eclipse .checkstyle files from RAT check


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

Branch: refs/heads/master
Commit: 2ea54626eef00bc6c27df53d0171375103e33e58
Parents: f8f3745
Author: Kenneth Knowles <kl...@google.com>
Authored: Mon Mar 28 12:52:02 2016 -0700
Committer: Kenneth Knowles <kl...@google.com>
Committed: Mon Mar 28 12:52:02 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/2ea54626/runners/spark/pom.xml
----------------------------------------------------------------------
diff --git a/runners/spark/pom.xml b/runners/spark/pom.xml
index 05a601a..7fa8392 100644
--- a/runners/spark/pom.xml
+++ b/runners/spark/pom.xml
@@ -260,6 +260,7 @@
                     <configuration>
                         <excludes>
                             <exclude>.travis.yml</exclude>
+                            <exclude>**/*.checkstyle</exclude>
                             <exclude>**/*.conf</exclude>
                             <exclude>**/*.iml</exclude>
                             <exclude>**/*.md</exclude>


[2/2] incubator-beam git commit: This closes #81

Posted by ke...@apache.org.
This closes #81


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

Branch: refs/heads/master
Commit: 17863c851b2fff6a923122942833804a14ed9598
Parents: 9cc2c2b 2ea5462
Author: Kenneth Knowles <kl...@google.com>
Authored: Tue Mar 29 08:54:44 2016 -0700
Committer: Kenneth Knowles <kl...@google.com>
Committed: Tue Mar 29 08:54:44 2016 -0700

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