I would like to keep a project close to the clean/approved maven process. I have an active PR for a performance improvement against one of the dependencies that I would like to include.
What is the cleanest/ most approved maven way to reference the code from the PR?
Some thoughts that came to mind:
- Does maven have a means to reference a PR directly?
- Or maybe a local patch instead?