You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by cr...@apache.org on 2015/02/14 01:56:54 UTC

samza-hello-samza git commit: SAMZA-564; make rat ignore patch files

Repository: samza-hello-samza
Updated Branches:
  refs/heads/latest 2e1bf66f8 -> a034a4ffd


SAMZA-564; make rat ignore patch files


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

Branch: refs/heads/latest
Commit: a034a4ffdbdbe514018549e6ade5c76569e66e37
Parents: 2e1bf66
Author: Chris Riccomini <cr...@apache.org>
Authored: Fri Feb 13 16:56:43 2015 -0800
Committer: Chris Riccomini <cr...@apache.org>
Committed: Fri Feb 13 16:56:43 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/samza-hello-samza/blob/a034a4ff/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2a711c3..5f73924 100644
--- a/pom.xml
+++ b/pom.xml
@@ -176,6 +176,7 @@ under the License.
           <version>0.9</version>
           <configuration>
             <excludes>
+              <exclude>*.patch</exclude>
               <exclude>**/target/**</exclude>
               <exclude>*.json</exclude>
               <exclude>.vagrant/**</exclude>