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


##########
pom.xml:
##########
@@ -2783,30 +2784,14 @@
         <artifactId>maven-dependency-plugin</artifactId>
         <executions>
           <execution>
-            <id>unpack-website-resources</id>
+            <!-- Required for the RefGuide (book.html) to use local resources 
(e.g. not from CDN). -->
+            <id>unpack-RefGuide-resources</id>
             <goals>
               <goal>unpack</goal>
             </goals>
             <phase>pre-site</phase>
             <configuration>
               <artifactItems>
-                <artifactItem>
-                  <groupId>org.webjars</groupId>
-                  <artifactId>bootstrap</artifactId>
-                  <version>2.3.2</version>
-                  <type>jar</type>
-                  <overWrite>true</overWrite>
-                  <includes>**/css/bootstrap-responsive.min.css</includes>
-                </artifactItem>
-                <artifactItem>
-                  <groupId>org.webjars</groupId>
-                  <artifactId>highlightjs</artifactId>
-                  <version>8.7</version>
-                  <type>jar</type>
-                  <overWrite>true</overWrite>
-                  <includes>**/styles/github.min.css,
-                    **/highlight.min.js,</includes>
-                </artifactItem>

Review Comment:
   These are not required anymore as the new skin brings them from a separate 
jar.



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