You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by th...@apache.org on 2016/03/02 23:41:19 UTC

incubator-apex-core git commit: APEXCORE-293 Exclude .yml from rat check.

Repository: incubator-apex-core
Updated Branches:
  refs/heads/APEXCORE-293 5dd0d8406 -> cda4de4a8


APEXCORE-293 Exclude .yml from rat check.


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

Branch: refs/heads/APEXCORE-293
Commit: cda4de4a825a6632b4d9dbaecc068e8c62ff15cc
Parents: 5dd0d84
Author: Thomas Weise <th...@datatorrent.com>
Authored: Wed Mar 2 14:40:52 2016 -0800
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Wed Mar 2 14:40:52 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/cda4de4a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8dde7db..8f01431 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,6 +115,7 @@
             <exclude>**/NOTICE.vm</exclude>
             <exclude>**/*.md</exclude>
             <exclude>**/*.txt</exclude>
+            <exclude>**/*.yml</exclude>
             <exclude>**/*.importorder</exclude>
             <exclude>**/archetype-resources/**</exclude>
             <exclude>misc/ide-templates/**</exclude>
@@ -195,6 +196,7 @@
             <exclude>**/archetype-resources/**</exclude>
             <exclude>**/*.md</exclude>
             <exclude>**/*.txt</exclude>
+            <exclude>**/*.yml</exclude>
             <exclude>**/*.importorder</exclude>
             <exclude>misc/ide-templates/**</exclude>
             <exclude>**/NOTICE.vm</exclude>