gnodet commented on pull request #616: URL: https://github.com/apache/maven/pull/616#issuecomment-975944176
> Where are the projects you're testing that demonstrate the Xpp3Dom loading issue? For any extensions I've made that used core dependencies I've marked as provided and I don't have any issues. But in your case you are not marking them as provided and this is when you see the CCE? That's why I just wanted to look at your setup, as it seems like it's the same thing being done in Provisio where there's no issue with 3.x. Ah, I think the problem comes from the way the extension's artifacts are resolved. When I put the `plexus-utils` in scope `provided`, this is not sufficient and I also have to explicitly exclude it from transitive dependencies to get it working. -- 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]
