bziobrowski commented on code in PR #14210: URL: https://github.com/apache/pinot/pull/14210#discussion_r1807473744
########## pom.xml: ########## @@ -294,6 +296,9 @@ <rat.skip>true</rat.skip> <spotless.check.skip>true</spotless.check.skip> <shade.phase.prop>none</shade.phase.prop> + <archiver.compress>false</archiver.compress> + <archiver.recompressZippedFiles>false</archiver.recompressZippedFiles> + <npm.command>install --no-audit</npm.command> Review Comment: Yes, npm.command is not used anymore. In theory it should be possible to limit or turn off potential dependency updates of `npm install` but I don't think there's any guarantee. I used `npm install --no-audit` earlier because it takes about 1s vs ~10s taken by `npm ci`. -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org