fridrich opened a new pull request, #12828: URL: https://github.com/apache/maven/pull/12828
When building maven 4.0.x using maven 3, I realized that the integration tests were failing and went down the rabbit hole to see why. The reason was that not the recently built maven was used for the integration tests, but the maven that built it. This somehow defeats the purpose of integration tests. This simple change makes maven use its own build result to run integration tests. -- 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]
