Community
Participate
Working Groups
Build Identifier: We have a project with hundreds of libraries listed under "Maven Deependencies". If this list was sorted it would make reviewing/finding these deps sooo much easier. This isn't a big problem, more of a nice to have. Reproducible: Always
Actual order of entries in "Maven Dependencies" classpath container, or any other classpath container for that matter, affects compilation results and cannot be changed without introducing possibility of inconsistent compile results inside IDE and during command line build. So the only correct solution is to change display order of classpath container entries (and most likely make the order user configurable), which to the best of my knowledge would require changed to JDT. Moving to JDT for consideration. @Darren you can use POM editor "Dependency Hierarchy" page to see project dependencies in sorted order, filter them and see the reason why any given dependency is used for the project. Highly recommended.
*** This bug has been marked as a duplicate of bug 223318 ***