[
https://issues.apache.org/jira/browse/HBASE-29659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18030517#comment-18030517
]
Hudson commented on HBASE-29659:
--------------------------------
Results for branch master
[build #1358 on
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1358/]:
(x) *{color:red}-1 overall{color}*
----
details (if available):
(x) {color:red}-1 general checks{color}
-- For more information [see general
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1358/General_20Nightly_20Build_20Report/]
(/) {color:green}+1 jdk17 hadoop3 checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1358/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 jdk17 hadoop 3.3.5 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1358/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 jdk17 hadoop 3.3.6 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1358/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 jdk17 hadoop 3.4.0 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1358/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(x) {color:red}-1 jdk17 hadoop 3.4.1 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1358/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 source release artifact{color}
-- See build output for details.
(/) {color:green}+1 client integration test for 3.3.5 {color}
(/) {color:green}+1 client integration test for 3.3.6 {color}
(/) {color:green}+1 client integration test for 3.4.0 {color}
(/) {color:green}+1 client integration test for 3.4.1 {color}
(/) {color:green}+1 client integration test for 3.4.2 {color}
> Replace reflow-default-webdeps to fix site build failure
> --------------------------------------------------------
>
> 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
> Labels: pull-request-available
> Fix For: 4.0.0-alpha-1
>
> Attachments: highlightjs-dependency-information-page.png
>
>
> 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}
> The build is successful, but I guess yetus will scan the output to see if
> there is an {{[ERROR]}}
> *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.
> {noformat}
> ...
> <dependencies>
> <dependency>
> <groupId>io.github.devacfr</groupId>
> <artifactId>highlightjs</artifactId>
> <version>${highlightJsVersion}</version>
> <type>jar</type>
> <scope>system</scope>
>
> <systemPath>${project.basedir}/src/main/resources/highlight.js-${highlightJsVersion}.jar</systemPath>
> <optional>true</optional>
> </dependency>
> </dependencies>
> ...{noformat}
> [https://repo1.maven.org/maven2/io/github/devacfr/maven/skins/reflow-default-webdeps/2.3.3/reflow-default-webdeps-2.3.3.pom]
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)