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/269fbb28 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/269fbb28 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/269fbb28 Branch: refs/heads/APEXCORE-293 Commit: 269fbb282ff9cd9fef0c8dfd6336ccd67ebb8209 Parents: d26c28a 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/269fbb28/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>
