Search code examples
javamaven-2dependenciesmavendependency-management

Sort maven dependencies in Eclipse


Just wanted to know if it is possible in Eclipse to sort Maven dependencies by alphabetical order?

It's bothering me to have a list of 200 jars not ordered... :(


Solution

  • Finally it is possible with Eclipse Photon now.

    Just tick the checkbox Sort library entries alphabetically in Package Explorer under PreferencesJavaAppearance

    See also here under 'Sort library entries alphabetically in Package Explorer'.

    Unfortunately theres a bug, at least for me, that the source folders are also reordered, see here.

    preferences