oehme commented on PR #810: URL: https://github.com/apache/maven-mvnd/pull/810#issuecomment-1467645004
The integ tests have their working dir inside the main project's target folder. So when they search for the `.mvn` directory and they don't have one themselves, they find the dir you just added. The fix would be to make sure that each integ test has at least an empty `.mvn` directory, so it doesn't search upwards. We do the same in the integ tests of our extension. -- 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]
