You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by na...@apache.org on 2014/07/02 17:36:47 UTC

git commit: Exclude the CONTRIBUTING file from the rat check

Repository: jclouds
Updated Branches:
  refs/heads/master da3509056 -> e19c5e9fb


Exclude the CONTRIBUTING file from the rat check


Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/e19c5e9f
Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/e19c5e9f
Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/e19c5e9f

Branch: refs/heads/master
Commit: e19c5e9fb69e5d886d44f35cc91c1741389eb5be
Parents: da35090
Author: Ignasi Barrera <na...@apache.org>
Authored: Wed Jul 2 17:36:26 2014 +0200
Committer: Ignasi Barrera <na...@apache.org>
Committed: Wed Jul 2 17:36:26 2014 +0200

----------------------------------------------------------------------
 project/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/e19c5e9f/project/pom.xml
----------------------------------------------------------------------
diff --git a/project/pom.xml b/project/pom.xml
index 80d9bf2..1eba5e4 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -385,6 +385,7 @@
             <exclude>**/README.md</exclude>
             <exclude>**/README.txt</exclude>
             <exclude>**/DEPENDENCIES</exclude>
+            <exclude>**/CONTRIBUTING.md</exclude>
 
             <!-- reference data lists -->
             <exclude>**/*json</exclude>