Updated Branches:
  refs/heads/master a1c29fdbc -> 614602b43

JCLOUDS-61. exclude gc.log 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/614602b4
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/tree/614602b4
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/diff/614602b4

Branch: refs/heads/master
Commit: 614602b43434eb71e3603ed5ee2f6372f9694da6
Parents: a1c29fd
Author: adriancole <[email protected]>
Authored: Fri May 17 09:52:06 2013 -0700
Committer: adriancole <[email protected]>
Committed: Fri May 17 09:52:06 2013 -0700

----------------------------------------------------------------------
 pom.xml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/blob/614602b4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 48aadbc..d5d7db7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,6 +148,10 @@
             <exclude>**/.gitignore</exclude>
             <exclude>**/.gitattributes</exclude>
             <exclude>.repository/**</exclude>
+
+            <!-- Temporary files generated on CloudBees slaves -->
+            <exclude>.repository/**</exclude>
+            <exclude>gc.log</exclude>
           </excludes>
         </configuration>
       </plugin>

Reply via email to