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/32779956 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/32779956 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/32779956 Branch: refs/heads/APEXCORE-293 Commit: 32779956499e1c9b0be165d7790556961d19d83e Parents: 475db63 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/32779956/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>
