-
-
Notifications
You must be signed in to change notification settings - Fork 185
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
Add a parameter to control the sort order of dependencies in dependency management. #214
Conversation
Nice!! You can follow |
sorter/src/test/java/sortpom/wrapper/CustomSortOrderFileTest.java
Outdated
Show resolved
Hide resolved
12c83f3
to
d1c56a9
Compare
Hi! I have some busy days ahead right now, but hope to review this soon. Thanks for your contribution |
|
1614574
into
Ekryd:issue-210-Suggestion_Add_a_parameter_to_control_the_sort_of_dependencies_in_dependencymanagement
Now I am back from some extended leave |
This code would need an integration test (under |
I added a test for verifying that the parameter is properly propagated to |
I just discovered that the description of the scope order is incorrect. IMPORT is ranked first, I will fix that in master and update the 210 branch with the change |
Added a test where dependency management sorting is disabled while normal dependencies still are sorted. |
Issues: #210