Updated Branches: refs/heads/master 7fde29888 -> 81a42b959
rat check: exclude the WEB-INF directories in check WEB-INF directories will carry generated code so exclude them. Signed-off-by: Prasanna Santhanam <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/81a42b95 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/81a42b95 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/81a42b95 Branch: refs/heads/master Commit: 81a42b95917f94a82bd0b45bff1fcb0d79111d5b Parents: 7fde298 Author: Prasanna Santhanam <[email protected]> Authored: Thu Mar 7 14:20:06 2013 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Thu Mar 7 14:35:53 2013 +0530 ---------------------------------------------------------------------- pom.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/81a42b95/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c10297a..9b72fb7 100644 --- a/pom.xml +++ b/pom.xml @@ -346,6 +346,7 @@ <exclude>**/.classpath</exclude> <exclude>**/.project</exclude> <exclude>**/*.iml</exclude> + <exclude>**/WEB-INF/**</exclude> <exclude>**/.settings/**</exclude> <exclude>.metadata/**</exclude> <exclude>.git/**</exclude>
