ndimiduk commented on code in PR #6668:
URL: https://github.com/apache/hbase/pull/6668#discussion_r1971694736
##########
dev-support/jenkins-scripts/generate-hbase-website.sh:
##########
@@ -191,6 +191,10 @@ else
exit $status
fi
+# Replace MathJax CDN URI with local one in book.html
+echo "Replace MathJax URI"
Review Comment:
Please add a link to the upstream issue so that we can eventually unwind
this.
##########
pom.xml:
##########
@@ -2749,6 +2750,82 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>unpack</id>
+ <goals>
+ <goal>unpack</goal>
+ </goals>
+ <phase>pre-site</phase>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>org.webjars</groupId>
Review Comment:
wow, Today I Learn
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]