-
Notifications
You must be signed in to change notification settings - Fork 268
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
Fixes #1140 for reports #1188
Fixes #1140 for reports #1188
Conversation
...s-maven-plugin/src/main/java/org/codehaus/mojo/versions/AbstractDependencyUpdatesReport.java
Outdated
Show resolved
Hide resolved
79e312c
to
2f41376
Compare
...s-maven-plugin/src/main/java/org/codehaus/mojo/versions/AbstractDependencyUpdatesReport.java
Outdated
Show resolved
Hide resolved
2f41376
to
e0ba00f
Compare
* <p>This is similar to {@code processDependencyManagementTransitive}, but will | ||
* report updates on dependencies.</p> | ||
* | ||
* @since 2.18.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe should be a 2.19.0 as we add new feature ... what do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or it is for fixing bug only ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok. Changed that in DisplayDependencyUpdatesMojo as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, a bug fix and a feature toggle. I don't know :-)
Added an integration test + showVersionless for dependency-updates-report
e0ba00f
to
72a4819
Compare
I managed to reproduce #1140 for reports, so here is a fix.
Added an integration test + showVersionless for dependency-updates-report.
Added some small refactoring.