PDavid commented on PR #6759:
URL: https://github.com/apache/hbase/pull/6759#issuecomment-2703410940

   > > I wonder if there's a maven plugin that we could use to resolve these JS 
file dependencies at build time and with CRC verification...
   > 
   > We could write a maven exec plugin / script to (optionally) ensure the js 
files are intact. Could run this as part of release?
   > 
   > * Download the JS files from CDN and calculate their CRC.
   > * Calculate the CRC of the local JS files.
   > * Compare the CRC values.
   > 
   > Or else we can look in direction of 
[issues.apache.org/jira/browse/HBASE-27802](https://issues.apache.org/jira/browse/HBASE-27802)
   
   Another possibility would be to depend on webjars with the 
maven-dependency-plugin and extract them to proper place like what I did for 
the website and reference guide here:
   https://github.com/apache/hbase/blob/master/pom.xml#L2766


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