Updated Branches: refs/heads/master 664ad5b9f -> 8e5b530e6
Adding DEPENDENCIES to rat exclude Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/commit/8e5b530e Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/tree/8e5b530e Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/diff/8e5b530e Branch: refs/heads/master Commit: 8e5b530e6063a1292c08a3b7f38eabcdc8fbffec Parents: 664ad5b Author: Andrew Bayer <[email protected]> Authored: Tue Jun 11 09:31:52 2013 -0700 Committer: Andrew Bayer <[email protected]> Committed: Tue Jun 11 09:32:05 2013 -0700 ---------------------------------------------------------------------- pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/blob/8e5b530e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 679cd39..e4d38f6 100644 --- a/pom.xml +++ b/pom.xml @@ -113,10 +113,20 @@ </executions> <configuration> <excludes> + + <!-- prevent duplicating license --> + <exclude>**/LICENSE.txt</exclude> + <exclude>**/header.txt</exclude> + + <!-- high-level project metadata --> + <exclude>**/NOTICE.txt</exclude> + <exclude>**/DISCLAIMER</exclude> <exclude>**/BUILD.txt</exclude> <exclude>**/CHANGES.txt</exclude> - <exclude>**/NOTICE-src.txt</exclude> <exclude>**/README.md</exclude> + <exclude>**/README.txt</exclude> + <exclude>**/DEPENDENCIES</exclude> + <exclude>.git/**</exclude> <exclude>**/.gitignore</exclude> <exclude>**/*.json</exclude>
