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/2de6943c Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/2de6943c Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/2de6943c Branch: refs/heads/APEXCORE-293 Commit: 2de6943c4dd9bea1c5cab536e6b0f398393a6410 Parents: 4afc02b Author: Thomas Weise <[email protected]> Authored: Wed Mar 2 14:40:52 2016 -0800 Committer: Thomas Weise <[email protected]> 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/2de6943c/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>
