Easy Maven is lightweight plugin for IDEA that gets the project model through Maven task execution and provides aconvenient search for dependencies in Maven Central.
Easy Maven is a complete replacement for the bundled Maven plugin.It provides the most accurate resolution of project dependencies.Easy Maven plugin runs on top of pure Maven, without any hidden logic.The philosophy of Easy Maven plugin: "everything is a Maven task".Any interaction with Maven: import project, test execution, dependency analysis, debugging - is simply running theappropriate Maven plugin task with the required arguments.The result is original build tool behavior and a simple implementation.
An article about the plugin and the problems it solves - dev.to.
Adds support for the Maven for Java language projects: