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/7250c7ec Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/tree/7250c7ec Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/diff/7250c7ec Branch: refs/heads/1.5.x Commit: 7250c7ec506e78f82223611f0983839fbe89dc33 Parents: 6e97933 Author: Andrew Bayer <[email protected]> Authored: Tue Jun 11 09:24:19 2013 -0700 Committer: Andrew Bayer <[email protected]> Committed: Wed Jun 12 16:45:15 2013 -0700 ---------------------------------------------------------------------- project/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/7250c7ec/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index 842457f..496c36f 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -375,6 +375,7 @@ <exclude>**/CHANGES.txt</exclude> <exclude>**/README.md</exclude> <exclude>**/README.txt</exclude> + <exclude>**/DEPENDENCIES</exclude> <!-- reference data lists --> <exclude>**/*json</exclude>
