You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ad...@apache.org on 2013/05/17 15:45:39 UTC

git commit: JCLOUDS-57. exclude .repository so that cloudbees builds don't break

Updated Branches:
  refs/heads/master ed2f18a1a -> 93ff34cae


JCLOUDS-57. exclude .repository so that cloudbees builds don't break


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

Branch: refs/heads/master
Commit: 93ff34cae82754db28324ec85cd61e210d0807b7
Parents: ed2f18a
Author: adriancole <ad...@gmail.com>
Authored: Fri May 17 06:45:34 2013 -0700
Committer: adriancole <ad...@gmail.com>
Committed: Fri May 17 06:45:34 2013 -0700

----------------------------------------------------------------------
 pom.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/93ff34ca/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3feb414..048a118 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,6 +113,7 @@
             <exclude>.git/**</exclude>
             <exclude>**/.gitignore</exclude>
             <exclude>**/.gitattributes</exclude>
+            <exclude>.repository/**</exclude>
           </excludes>
         </configuration>
       </plugin>