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 <[email protected]> Authored: Fri May 17 06:49:18 2013 -0700 Committer: adriancole <[email protected]> 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>
