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/2870b389 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/2870b389 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/2870b389 Branch: refs/heads/4.0 Commit: 2870b389001d5ae00c52c36fa8113b324dd9d7aa Parents: ab75dc3 Author: Chip Childers <[email protected]> Authored: Wed Oct 3 20:18:17 2012 -0400 Committer: Chip Childers <[email protected]> Committed: Fri Oct 12 11:39:48 2012 -0400 ---------------------------------------------------------------------- pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/2870b389/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f502bc3..909c0f0 100644 --- a/pom.xml +++ b/pom.xml @@ -188,18 +188,24 @@ <excludes> <exclude>CHANGES</exclude> <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>
