ajfabbri commented on PR #8344: URL: https://github.com/apache/hadoop/pull/8344#issuecomment-4086954618
Thanks for looking @mukund-thakur. I added @slfan1989 since they recently worked on this. Some context: This PR fixes the small mvn CLI regression introduced as part of #8053. The maven var `repo.root` is only used by spotbugs to help subprojects find the new top-level exclude file added as part of the spotbugs upgrade. Since the plugin is not working with the `-pl` option, I just removed it since (1) fewer dependencies is good (2) the cost of changing a path if/when we move a maven subproject is low. -- 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]
