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/7cf3101c Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/tree/7cf3101c Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/diff/7cf3101c Branch: refs/heads/master Commit: 7cf3101c354a63c4edf126db0b41d6c4033f0243 Parents: 936bbe2 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:46 2013 -0700 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/blob/7cf3101c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index dee85c9..68ed818 100644 --- a/pom.xml +++ b/pom.xml @@ -114,6 +114,7 @@ <exclude>**/CHANGES.txt</exclude> <exclude>**/README.md</exclude> <exclude>**/README.txt</exclude> + <exclude>**/DEPENDENCIES</exclude> <!-- reference data lists --> <exclude>**/*json</exclude>
