cstamas commented on PR #81: URL: https://github.com/apache/maven-war-plugin/pull/81#issuecomment-2564447638
@elharo one obvious one: use this plugin in a project used in "ordinary" way (not as extension) and observe plugin versions used in the build, they come from Maven core (with Maven 3.9.9 you should see these versions: https://github.com/apache/maven/blob/dcf3d70c2614ceca6953f98843d2ad3f053f5341/maven-core/src/main/resources/META-INF/plexus/default-bindings.xml#L195-L234). Then, in same project, make maven-war-plugin and extension=true, and then you will see these plugin versions used instead: https://github.com/apache/maven-war-plugin/blob/694393876640fc43bd1a1c1df42a1324338ad351/src/main/resources-filtered/META-INF/plexus/components.xml#L44-L86 -- 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]
