HannesWell commented on issue #912: URL: https://github.com/apache/maven-mvnd/issues/912#issuecomment-4098334980
> by adding one line to `maven-core-3.9.14.jar:/META-INF/maven/extension.xml` (around the end): > > <exportedArtifact>io.takari.maven:takari-smart-builder</exportedArtifact> I have tested it with a larger project and can confirm that this makes mvnd almost perfectly usable with Tycho. Sometimes I encountered some stopped (Eclipse related) components, but I assume that could be handled on the Tycho site by being more strict with respect to re-use of session context respectively making sure that nothing outdated is used. But I cannot tell the details yet. I've also checked the sources and it seems that `takari-smart-builder` is not referenced programmatically. So maybe it's only provided to users as a convenience. I assume it's not possible to defined exclusions for transitive dependencies of extensions in user projects? -- 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]
