PDavid commented on code in PR #6864:
URL: https://github.com/apache/hbase/pull/6864#discussion_r2026511123
##########
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>
Review Comment:
Thanks, now I was able to do this finally. Only for this we have to use
newer maven-dependency-plugin version.
--
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]