You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DisplayPluginUpdates will use the minimum version of Maven required to execute versions-maven-plugin to also be the minimum Maven version for the project that is being analysed. However, I see no reason why this should be the case. That would only be the case if the versions plugin is used in the POM, but obviously doesn't have to be the case.
In other words: we cannot make assumptions about the version required to execute the project based on the version that is currently being used to run versions-maven-plugin. Those can be different.
I think the assumption should be dropped.
The text was updated successfully, but these errors were encountered:
DisplayPluginUpdates will use the minimum version of Maven required to execute versions-maven-plugin to also be the minimum Maven version for the project that is being analysed. However, I see no reason why this should be the case. That would only be the case if the versions plugin is used in the POM, but obviously doesn't have to be the case.
In other words: we cannot make assumptions about the version required to execute the project based on the version that is currently being used to run versions-maven-plugin. Those can be different.
I think the assumption should be dropped.
The text was updated successfully, but these errors were encountered: