HBASE-18545 Fix broke site build that fails in rsgroups
This commit is contained in:
parent
67eddf5874
commit
794a3b104b
|
@ -60,6 +60,11 @@
|
||||||
<goals>
|
<goals>
|
||||||
<goal>compile</goal>
|
<goal>compile</goal>
|
||||||
</goals>
|
</goals>
|
||||||
|
<configuration>
|
||||||
|
<additionalProtoPathElements>
|
||||||
|
<additionalProtoPathElement>${basedir}/../hbase-protocol/src/main/protobuf</additionalProtoPathElement>
|
||||||
|
</additionalProtoPathElements>
|
||||||
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Reference in New Issue