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
I have a need in my CI process and your versions-maven-plugin has been very useful, thanks for it. But right now we need to incorporate a pair of modifications in the functionality of the plugin (specifically in the compare-dependencies goal).
Add an optional parameter to exclude one scope from the comparison. We have an use case where we want to compare only non-test dependencies.
Add an optional parameter “scriptableOutput” to generate the comparison report in a machine-readable manner.
We would like to get your opinion about these changes. Do you think the changes could be included in the release if we PR?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
I have a need in my CI process and your versions-maven-plugin has been very useful, thanks for it. But right now we need to incorporate a pair of modifications in the functionality of the plugin (specifically in the compare-dependencies goal).
Add an optional parameter to exclude one scope from the comparison. We have an use case where we want to compare only non-test dependencies.
Add an optional parameter “scriptableOutput” to generate the comparison report in a machine-readable manner.
We would like to get your opinion about these changes. Do you think the changes could be included in the release if we PR?
Thanks in advance!
The text was updated successfully, but these errors were encountered: