[
https://issues.apache.org/jira/browse/HBASE-29659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dávid Paksy reassigned HBASE-29659:
-----------------------------------
Assignee: Dávid Paksy
> 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
> Assignee: Dávid Paksy
> Priority: Major
>
> 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.
> Under https://issues.apache.org/jira/browse/HBASE-29152 we replaced the Maven
> website skin to the Reflow2 Maven skin
> (https://devacfr.github.io/reflow-maven-skin/). Maven complains about the
> io.github.devacfr.maven.skins:reflow-default-webdeps:jar:2.3.3 which is
> required for our new site skin to use local resources (CSS, JS, etc). We need
> to use local resources because the Content Security Policy does not allow to
> load these CSS, JS from remote sites (from CDN).
> This reflow-default-webdeps jar contains these resources. It's pom contains
> this highlightjs system dependency.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)