wangpatrick57 opened a new pull request, #13526: URL: https://github.com/apache/pinot/pull/13526
Before this change, if this repository was nested inside another Maven project, it would point to the Maven project it was nested in instead of itself when calling `mvn install` inside this repository. We can fix this by adding an empty `<relativePath>` tag to `<parent>`, as described [here](https://stackoverflow.com/questions/6003831/parent-relativepath-points-at-my-com-mycompanymyproject-instead-of-org-apache). -- 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