maven - IntelliJ: Module Libraries Shown as Project Libraries -


we have maven-projects , coming eclipse i'm familiar dependencies being listed within eclipse-project of pom.xml defined in.

in intellij 2017.2.2 i'd assumed see similar, in project view libraries listed "external libraries" on same level modules in "project" type. if switch "packages" libraries become parts of module, shown packages, hell lot resulting in being pointless.

in project structure dialogue things becoming clearer, it's still confusing why libraries listed being project libraries.

therefore, want ask what's these project libraries? combined list of libraries appearing in modules? or coming from? , why there when don't have project libraries defined? did wrong when importing pom.xmls?

is combined list of libraries appearing in modules?

yes, correct, it's list of libraries modules.

there plug-in show libraries under modules: modulelibraries.


Comments