Updated Branches: refs/heads/1.6.x 6a48f215e -> 618af4f31
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/618af4f3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/tree/618af4f3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/diff/618af4f3 Branch: refs/heads/1.6.x Commit: 618af4f31ff2b9cb889810f2ded1065da7c5c35b Parents: 6a48f21 Author: adriancole <[email protected]> Authored: Fri May 17 06:49:18 2013 -0700 Committer: adriancole <[email protected]> Committed: Fri May 17 06:49:47 2013 -0700 ---------------------------------------------------------------------- pom.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/blob/618af4f3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1cc621c..e0f809d 100644 --- a/pom.xml +++ b/pom.xml @@ -154,6 +154,7 @@ <exclude>.git/**</exclude> <exclude>**/.gitignore</exclude> <exclude>**/.gitattributes</exclude> + <exclude>.repository/**</exclude> </excludes> </configuration> </plugin>
