Adding DEPENDENCIES to rat exclude
Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/commit/b5de0e6b Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/tree/b5de0e6b Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/diff/b5de0e6b Branch: refs/heads/1.6.x Commit: b5de0e6b8c1345af939f8a8ababe55011460207c Parents: a02218e Author: Andrew Bayer <[email protected]> Authored: Tue Jun 11 09:24:19 2013 -0700 Committer: Andrew Bayer <[email protected]> Committed: Tue Jun 11 09:24:19 2013 -0700 ---------------------------------------------------------------------- project/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/b5de0e6b/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index 596b51d..04ca4e0 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -390,6 +390,7 @@ <exclude>**/CHANGES.txt</exclude> <exclude>**/README.md</exclude> <exclude>**/README.txt</exclude> + <exclude>**/DEPENDENCIES</exclude> <!-- reference data lists --> <exclude>**/*json</exclude>
