kgyrtkirk opened a new pull request, #17831:
URL: https://github.com/apache/druid/pull/17831

   Enables to use `maven-build-cache-extension` for `web-console` ; so that 
builds not touching it could avoid rebuilding it.
   
   It needed some fine tuning for the javascript things as it was skipping the 
build even when real changes were present.
   
   A possibly helpfull command to see if something is being missed:
   ```
   find . -type f | cut -c 3-|grep -v '^target' | grep -v '^node_modules' | 
fgrep -vxFf <(xq -x //item 
/home/dev/.m2/build-cache/v1.1/org.apache.druid/web-console/b96c4225d423fcf9/local/buildinfo.xml)
   ```
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to