Pankraz76 commented on code in PR #2304: URL: https://github.com/apache/maven/pull/2304#discussion_r2080063940
########## impl/maven-impl/src/main/java/org/apache/maven/impl/model/DefaultModelProcessor.java: ########## @@ -94,50 +97,45 @@ public Path locateExistingPom(Path projectDirectory) { return pom; } + private Path doLocateExistingPom(Path project) { Review Comment: yes sorry i expected this form main we on the pretty much same page, thats outdated code somehow sorry. Can i pitch that we switch to main BTW? https://github.com/github/renaming https://www.theserverside.com/feature/Why-GitHub-renamed-its-master-branch-to-main could be quite simple just coordinating from longer name `master` to simpler and not de facto standard `main`. -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org