cstamas commented on pull request #33: URL: https://github.com/apache/maven-plugin-tools/pull/33#issuecomment-845033124
@rfscholte ping. Some explanation: MPLUGIN-372 (this PR) and MNG-7097 are not about same thing: - this PR fixes an issue about plugin tooling that currently prevent us using `provided` scope for maven artifacts. Is needed to implement MPLUGIN-370. So is for "future" (yet to be released) plugins. - OTOH, MNG-7097 is for "everything else" (and old plugins, not having MPLUGIN-370 implemented), but MNG-7097 needs more changes to allow cases where "all is needed", see MNG-5783... am thinking to extend Mojo annotation and make Mojos like these "ask" for full (MNG-7097 disabled) resolution? -- 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. For queries about this service, please contact Infrastructure at: [email protected]
