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


##########
hbase-server/pom.xml:
##########
@@ -524,6 +524,44 @@
       <plugin>
         <artifactId>maven-antrun-plugin</artifactId>
         <executions>
+          <execution>
+            <!-- Copy static CSS and JS files for the UI. -->
+            <id>copy-css-js-to-ui</id>
+            <goals>
+              <goal>run</goal>
+            </goals>
+            <phase>process-resources</phase>
+            <configuration>
+              <target>
+                <copy flatten="true" 
todir="${project.build.directory}/hbase-webapps/static/css">

Review Comment:
   I removed this whole step now.



-- 
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: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to