Updated Branches: refs/heads/1.6.x 7420cb718 -> 3a763167b
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/3a763167 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/tree/3a763167 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/diff/3a763167 Branch: refs/heads/1.6.x Commit: 3a763167b7f7b2571c0ed0fe0c425651e7399998 Parents: 7420cb7 Author: adriancole <[email protected]> Authored: Fri May 17 06:45:34 2013 -0700 Committer: adriancole <[email protected]> Committed: Fri May 17 06:46:07 2013 -0700 ---------------------------------------------------------------------- pom.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/3a763167/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2f96fab..91f7c60 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>
