Updated Branches: refs/heads/master 762923a37 -> 522b513c3
JCLOUDS-63. exclude gc.log 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/522b513c Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-aws/tree/522b513c Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-aws/diff/522b513c Branch: refs/heads/master Commit: 522b513c342857245fe1a0b26f3898e699b6099d Parents: 762923a Author: adriancole <[email protected]> Authored: Fri May 17 09:55:30 2013 -0700 Committer: adriancole <[email protected]> Committed: Fri May 17 09:55:30 2013 -0700 ---------------------------------------------------------------------- pom.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-aws/blob/522b513c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f9f31b3..c40f231 100644 --- a/pom.xml +++ b/pom.xml @@ -137,7 +137,10 @@ <exclude>.git/**</exclude> <exclude>**/.gitignore</exclude> <exclude>**/.gitattributes</exclude> + + <!-- Temporary files generated on CloudBees slaves --> <exclude>.repository/**</exclude> + <exclude>gc.log</exclude> </excludes> </configuration> </plugin>
