-
-
Notifications
You must be signed in to change notification settings - Fork 184
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
Suggestion: Add a parameter to control the sort of dependencies in dependencymanagement #210
Comments
Interesting! What it the use case? You are always welcome to create a PR. Be aware that I try to stay at 100% test coverage and I have an integration test for each parameter. |
The common case is someone controls the version of dependency by BOMs but doesn't declare scope in the Declare |
Couldn't that be fixed by setting sort to |
I fixed the integration test and added a few test cases. Just discovered that we need this precise functionality; to sort all dependencies but not dependencyManagement all (due to bom conflicts).
I'll try to merge it promptly |
The code should be in master now, please pull down the latest source code, compile it and try it out. You can set the version to |
New version 3.2.0 is released. Enjoy! |
If someone wants dependencies to be sorted first by
scope
independencies
, butgroupId
independencyManagement
, they will need a parameter independent ofsortDependencies
.I would like to create a pull request for this.
The text was updated successfully, but these errors were encountered: