Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

display-plugin-updates should show initial version even when Maven upgrade required #256

Closed
hboutemy opened this issue Jan 28, 2018 · 0 comments
Assignees
Milestone

Comments

@hboutemy
Copy link
Member

display when ont changing Maven version is great:

[INFO] The following plugin updates are available:
[INFO]   maven-checkstyle-plugin .................................. 2.0 -> 2.8
[INFO]   maven-clean-plugin ..................................... 2.1 -> 2.4.1

but initial version is currently missing when Maven upgrade proposed:

[INFO] Require Maven 2.2.0 to use the following plugin updates:
[INFO]   maven-site-plugin ............................................... 3.0

should be

[INFO] Require Maven 2.2.0 to use the following plugin updates:
[INFO]   maven-site-plugin ........................................ 2.0 -> 3.0
hboutemy added a commit that referenced this issue Jan 30, 2018
this means this is a plugin version that requires a Maven version that
is not compatible with project minimum version, not really a proposed
upgrade
@hboutemy hboutemy added this to the 2.6 milestone Jan 30, 2018
@hboutemy hboutemy self-assigned this Jan 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant