pdeneve opened a new issue, #19: URL: https://github.com/apache/maven-xinclude-extension/issues/19
When there's an update available vor a plugin for which it's version is managed in `pluginManagement`, `versions-maven-plugin:display-plugin-updates` does not show the available update. To reproduce: ``` git clone https://gitlab.com/philippedn/jptb.git cd jptb sed -i 's/3\.8\.1/3.8.0/' plugin-management.xml # will downgrade maven-dependency-plugin from 3.8.1 to 3.8.0 ./mvnw versions:display-plugin-updates ``` This will output: ``` ... [INFO] All plugins with a version specified are using the latest versions. ... ``` -- 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]
