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/469f0451 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/469f0451 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/469f0451 Branch: refs/heads/maven-to-rpm Commit: 469f04515d88ee55b9e0c136a60bc47a96bd6166 Parents: e015e18 Author: Chip Childers <[email protected]> Authored: Wed Oct 3 20:18:17 2012 -0400 Committer: Hugo Trippaers <[email protected]> Committed: Sat Oct 6 00:30:25 2012 +0200 ---------------------------------------------------------------------- pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/469f0451/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>
