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:49:20 UTC

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

Updated Branches:
  refs/heads/master db64451e6 -> a1c29fdbc


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


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/a1c29fdb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/tree/a1c29fdb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/diff/a1c29fdb

Branch: refs/heads/master
Commit: a1c29fdbcce92dd66a40a540a8942961eb32c59d
Parents: db64451
Author: adriancole <ad...@gmail.com>
Authored: Fri May 17 06:49:18 2013 -0700
Committer: adriancole <ad...@gmail.com>
Committed: Fri May 17 06:49:18 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/blob/a1c29fdb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 021b652..48aadbc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,6 +147,7 @@
             <exclude>.git/**</exclude>
             <exclude>**/.gitignore</exclude>
             <exclude>**/.gitattributes</exclude>
+            <exclude>.repository/**</exclude>
           </excludes>
         </configuration>
       </plugin>