Suggestion: Add a parameter to control the sort of dependencies in dependencymanagement
See original GitHub issueIf someone wants dependencies to be sorted first by scope
in dependencies
, but groupId
in dependencyManagement
, they will need a parameter independent of sortDependencies
.
I would like to create a pull request for this.
Issue Analytics
- State:
- Created a year ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
How to sort dependencies in a section of a Maven POM file
The easiest way to sort your dependencies is to use the sortpom maven plugin. It is very easy to use. Just go to...
Read more >Introduction to the Dependency Mechanism - Apache Maven
Dependency management is a core feature of Maven. Managing dependencies for a single project is easy. Managing dependencies for multi-module projects and ...
Read more >Learning the Basics
A build script developer can declare dependencies for different scopes e.g. just for compilation of source code or for executing tests. In Gradle,...
Read more >JVM Dependency Management - Pants
3rdparty/jvm · Your Code's BUILD File · "Round Trip" Dependencies · Controlling JAR Dependency Versions · Managing Transitive Dependencies · Using a SNAPSHOT...
Read more >Creating and managing task dependencies | Trello
Trello doesn't have a built-in task dependency management, but you can use such elements as checklists and link attachments to represent and manage...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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). Our configuration will look like this:
I’ll try to merge it promptly
New version 3.2.0 is released. Enjoy!