Added some exclusions to the RAT report to avoid build artifacts being interpreted as code artifacts
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/7bd31e28 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/7bd31e28 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/7bd31e28 Branch: refs/heads/master Commit: 7bd31e2894049c700f1a73d866996a15cbde4c17 Parents: 5ff1c52 Author: Chip Childers <[email protected]> Authored: Wed Oct 3 20:18:17 2012 -0400 Committer: Chip Childers <[email protected]> Committed: Wed Oct 3 20:20:32 2012 -0400 ---------------------------------------------------------------------- pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/7bd31e28/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0366149..1e3c4ca 100644 --- a/pom.xml +++ b/pom.xml @@ -187,18 +187,24 @@ <excludeSubProjects>false</excludeSubProjects> <excludes> <exclude>INSTALL.md</exclude> + <exclude>**/.classpath</exclude> + <exclude>**/.project</exclude> + <exclude>**/.settings/**</exclude> + <exclude>.metadata/**</exclude> <exclude>.git/**</exclude> <exclude>.gitignore</exclude> <exclude>**/*.crt</exclude> <exclude>**/*.csr</exclude> <exclude>**/*.key</exclude> <exclude>**/authorized_keys</exclude> + <exclude>**/*.war</exclude> <exclude>**/*.mar</exclude> <exclude>**/*.jar</exclude> <exclude>**/*.iso</exclude> <exclude>**/*.tgz</exclude> <exclude>**/*.zip</exclude> <exclude>**/target/**</exclude> + <exclude>**/.vagrant</exclude> <exclude>build/build.number</exclude> <exclude>console-proxy/js/jquery.js</exclude> <exclude>debian/compat</exclude>
