A tool that can be used for building and managing any Java-based project.
Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.
IntelliJ IDEA integrates seamlessly with Maven, applying project settings from the build file and delegating build and test tasks to Maven where appropriate.
Part of tutorial
Creating a Maven projectPart of tutorial
Importing a Maven projectPart of tutorial
The Maven Tool WindowPart of tutorial
Open multiple projectsPart of tutorial
Summary and ShortcutsPart of tutorial
Vulnerable Dependencies tool windowPart of tutorial
Dependency management config fileTip
Quick-Fix to Add Missing Dependencies in the EditorTip
Code Completion with Package SearchTip
Filter Stable Versions in the Dependencies Tool WindowTip
Maven Support in Dependencies Tool WindowTip
Search Packages in Dependencies Tool WindowTip
Update Version and Scope in Dependencies Tool Window