Updated Branches: refs/heads/1.5.x 125aa5888 -> c925fbcd8
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/c925fbcd Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/tree/c925fbcd Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/diff/c925fbcd Branch: refs/heads/1.5.x Commit: c925fbcd8e373b3cda1c4d93ecc2073fbf96a042 Parents: 125aa58 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:00 2013 -0700 ---------------------------------------------------------------------- pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/blob/c925fbcd/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8f89ff8..b8b5144 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>
