From 95f9313abcc9e16ca6df4c5ba32bcd9955144498 Mon Sep 17 00:00:00 2001
From: Michi Mutsuzaki <michi@nicira.com>
Date: Sun, 5 Aug 2012 00:17:17 -0700
Subject: [PATCH] Disables the gemfire plugin.

This patch comments out the gemfire plugin from the pom.xml as the
build fails with the following message:

[ERROR] Failed to execute goal on project gemfire-binding: Could not
resolve dependencies for project com.yahoo.ycsb:gemfire-binding:jar:0.1.4:
Failure to find com.gemstone.gemfire:gemfire:jar:6.6 in
http://dist.gemstone.com.s3.amazonaws.com/maven/release/ was cached in
the local repository, resolution will not be reattempted until the
update interval of gemstone has elapsed or updates are forced -> [Help 1]
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a3a32b46..816d6521 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,7 +63,7 @@
     <module>hbase</module>
     <module>hypertable</module>
     <module>cassandra</module>
-    <module>gemfire</module>
+    <!--<module>gemfire</module>-->
     <module>infinispan</module>
     <module>jdbc</module>
     <module>mapkeeper</module>
-- 
GitLab