Adding DEPENDENCIES to rat exclude
Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/commit/0544cc3c Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/tree/0544cc3c Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/diff/0544cc3c Branch: refs/heads/1.6.x Commit: 0544cc3ce63e6eccc2b3b4c2e7a52b018b56552a Parents: 9b03f68 Author: Andrew Bayer <[email protected]> Authored: Tue Jun 11 09:33:29 2013 -0700 Committer: Andrew Bayer <[email protected]> Committed: Tue Jun 11 09:33:29 2013 -0700 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/blob/0544cc3c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b97eb98..3755c75 100644 --- a/pom.xml +++ b/pom.xml @@ -123,6 +123,7 @@ <exclude>**/CHANGES.txt</exclude> <exclude>**/README.md</exclude> <exclude>**/README.txt</exclude> + <exclude>**/DEPENDENCIES</exclude> <!-- reference data lists --> <exclude>**/*json</exclude>
