PDavid commented on code in PR #7842:
URL: https://github.com/apache/hbase/pull/7842#discussion_r2883374604


##########
pom.xml:
##########
@@ -2130,6 +2130,12 @@
               
<exclude>**/src/main/resources/hbase-webapps/static/*/bootstrap*</exclude>
               <!-- BSD 3-clause: Vega, Vega-Lite, Vega-Embed -->
               <exclude>**/hbase-webapps/static/js/vega*.min.js</exclude>
+              <!-- MIT: 
https://github.com/rubychan/coderay/blob/master/MIT-LICENSE -->
+              
<exclude>**/public/old-book-static-files/coderay-asciidoctor.css</exclude>
+              <!-- MIT: Asciidoctor default stylesheet 
https://github.com/asciidoctor/asciidoctor/blob/HEAD/LICENSE -->
+              <exclude>**/public/old-book-static-files/hbase.css</exclude>
+              <!-- http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT 
License -->
+              
<exclude>**/public/old-book-static-files/font-awesome.css</exclude>

Review Comment:
   These are needed for the original HBase RefGuide (book.html). Previously we 
were downloading these via Maven, now these are checked in together with 
book.html.



-- 
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]

Reply via email to