Easy Maven. IntelliJ Plugin page
Easy Maven is a lightweight plugin for IDEA with low memory footprint.
Easy Maven get the project model through Maven task execution. Easy Maven is a complete replacement for the bundled
Maven plugin.
It provides the most accurate resolution of project dependencies and a convenient search for dependencies in Maven
Central
via embedded browser.
Easy Maven plugin runs on top of pure Maven, without any hidden logic. It's a simple Maven Proxy for IDEA. 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 the appropriate Maven plugin task with the required arguments. The result is original build tool behavior and a simple implementation. More details - dev.to.
Maven Plugin for IntelliJ IDEA GitHub-Wiki
The plugin adds support for the Maven for Java language projects:
- Original Maven behavior for importing project model into IDEA
- Run & Debug tests via Maven
- Run & Debug Spring Boot Applications via spring-boot Maven plugin
- Maven Daemon support
- Dependency analyzer
- Search dependency in Maven Central
- Maven 4 support
- Groovy support
- Kotlin JVM support
- IntelliJ IDEA 2021.3+
- Maven 3.3.1+
- Access to Maven Central for model-reader-plugin
If you found a bug, please report it on https://github.com/grisha9/easy-maven-plugin/issues
Wiki about issues: https://github.com/grisha9/easy-maven-plugin/wiki/Issues

