You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2017/08/09 18:25:02 UTC

hbase git commit: HBASE-18545 Fix broke site build that fails in rsgroups

Repository: hbase
Updated Branches:
  refs/heads/master 67eddf587 -> 794a3b104


HBASE-18545 Fix broke site build that fails in rsgroups


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/794a3b10
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/794a3b10
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/794a3b10

Branch: refs/heads/master
Commit: 794a3b104bf62d028fc8ae27596c3b98ef87e507
Parents: 67eddf5
Author: Michael Stack <st...@apache.org>
Authored: Wed Aug 9 11:24:51 2017 -0700
Committer: Michael Stack <st...@apache.org>
Committed: Wed Aug 9 11:24:51 2017 -0700

----------------------------------------------------------------------
 hbase-rsgroup/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/794a3b10/hbase-rsgroup/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-rsgroup/pom.xml b/hbase-rsgroup/pom.xml
index 0bbabe9..a3e710c 100644
--- a/hbase-rsgroup/pom.xml
+++ b/hbase-rsgroup/pom.xml
@@ -60,6 +60,11 @@
             <goals>
               <goal>compile</goal>
             </goals>
+            <configuration>
+              <additionalProtoPathElements>
+                <additionalProtoPathElement>${basedir}/../hbase-protocol/src/main/protobuf</additionalProtoPathElement>
+              </additionalProtoPathElements>
+            </configuration>
           </execution>
         </executions>
       </plugin>