Adding DEPENDENCIES to rat exclude
Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/commit/18165941 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/tree/18165941 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/diff/18165941 Branch: refs/heads/1.5.x Commit: 18165941579f79060a3e6b190a75bee73ebea525 Parents: 2ba1a9b Author: Andrew Bayer <[email protected]> Authored: Tue Jun 11 09:30:40 2013 -0700 Committer: Andrew Bayer <[email protected]> Committed: Tue Jun 11 09:30:57 2013 -0700 ---------------------------------------------------------------------- project/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/18165941/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index b159346..205d49d 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -160,6 +160,7 @@ <exclude>**/CHANGES.txt</exclude> <exclude>**/README.md</exclude> <exclude>**/README.txt</exclude> + <exclude>**/DEPENDENCIES</exclude> <!-- one-line service registry files --> <exclude>**/*ProviderMetadata</exclude>
