Dávid Paksy created HBASE-29659:
-----------------------------------
Summary: RefGuide build fails on nightly
Key: HBASE-29659
URL: https://issues.apache.org/jira/browse/HBASE-29659
Project: HBase
Issue Type: Bug
Components: build
Reporter: Dávid Paksy
When the nightly build builds the site, it fails with "patch has 1 errors when
building the reference guide.":
https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1356/artifact/output-general/patch-refguide.log
The log contains this error:
{noformat}
[INFO] --- dependency:3.1.1:unpack (unpack-site-resources) @ hbase ---
[INFO] Configured Artifact:
io.github.devacfr.maven.skins:reflow-default-webdeps:2.3.3:jar
[WARNING] The POM for
io.github.devacfr.maven.skins:reflow-default-webdeps:jar:2.3.3 is invalid,
transitive dependencies (if any) will not be available: 1 problem was
encountered while building the effective model for
io.github.devacfr.maven.skins:reflow-default-webdeps:2.3.3
[ERROR] 'dependencies.dependency.systemPath' for
io.github.devacfr:highlightjs:jar must specify an absolute path but is
${project.basedir}/src/main/resources/highlight.js-9.15.7.jar @
{noformat}
Even though there is the error above, the build log says success:
{noformat}
[INFO] Executed tasks
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:35 min
[INFO] Finished at: 2025-10-13T09:41:00+02:00
[INFO] ------------------------------------------------------------------------
{noformat}
I also checked the locally generated site and the RefGuide (book.html) and they
are fine.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)