oehme commented on PR #1303: URL: https://github.com/apache/maven-mvnd/pull/1303#issuecomment-2759685488
Ah, the failure is because the [legacy support in maven-core](https://github.com/apache/maven/blob/master/compat/maven-compat/src/main/java/org/apache/maven/internal/compat/interactivity/LegacyPlexusInteractivity.java#L46) is broken and doesn't do what it says in the Javadoc. It's supposed to delegate to the Maven 4 API, but instead it delegates to an implementation detail. So that'll have to be fixed as well. -- 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]
