Updated Branches: refs/heads/master 03c628bdd -> 762923a37
JCLOUDS-63. exclude .repository so that cloudbees builds don't break Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-aws/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-aws/commit/762923a3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-aws/tree/762923a3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-aws/diff/762923a3 Branch: refs/heads/master Commit: 762923a3709eef4166c924c4f0edc95f94f56170 Parents: 03c628b Author: adriancole <[email protected]> Authored: Fri May 17 06:51:54 2013 -0700 Committer: adriancole <[email protected]> Committed: Fri May 17 06:51:54 2013 -0700 ---------------------------------------------------------------------- pom.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-aws/blob/762923a3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d564c60..f9f31b3 100644 --- a/pom.xml +++ b/pom.xml @@ -137,6 +137,7 @@ <exclude>.git/**</exclude> <exclude>**/.gitignore</exclude> <exclude>**/.gitattributes</exclude> + <exclude>.repository/**</exclude> </excludes> </configuration> </plugin>
