hboutemy commented on PR #1209: URL: https://github.com/apache/maven-plugin-tools/pull/1209#issuecomment-5798352880
need to check/clarify Maven 3 plugin.xml generation = https://maven.apache.org/ref/3.9.16/maven-plugin-api/plugin.html vs Maven 4 one = https://maven.apache.org/ref/4.0.0-rc-6/api/maven-api-plugin/plugin.html key difference is not only the new fields in Maven 4 plugin descriptor, but renamings: - `requiresDependencyResolution` to `dependencyResolution` - `require*` to new names see https://github.com/apache/maven/blob/master/api/maven-api-plugin/src/main/mdo/plugin.mdo#L211 -- 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]
