Working with Maven
Understand how IntelliJ IDEA integrates with Maven.
In addition to this tutorial, we recommend you check out Marco Codes - Maven Tutorial - Crash Course to learn about how to use Maven like a professional including:
- Installation
- The mvn wrapper
- Maven together with IDEs
- Maven basics - from pom.xml concepts to running commands (clean install) to understanding Maven repositories and multi-module projects
![Introduction](/guide/assets/thumbnail-4c54f47c.png)
Introduction
Introduction to working with Maven and Maven projects in IntelliJ IDEA.
![Creating a Maven project](/guide/assets/thumbnail-1ab79f30.png)
Creating a Maven project
Start by creating a brand-new project that uses Maven as the build tool.
![Understanding Dependencies](/guide/assets/thumbnail-931e506d.png)
Understanding Dependencies
Adding and visualising dependencies.
![Importing a Maven project](/guide/assets/open-01d8b23f.png)
Importing a Maven project
IntelliJ IDEA understands projects that use Maven and can import them with minimal configuration.
![The Maven Tool Window](/guide/assets/thumbnail-100e9963.png)
The Maven Tool Window
The Maven Tool Window gives you access to goals, dependencies, and more.
![Shortcuts](/guide/assets/thumbnail-4c54f47c.png)
Shortcuts
Shortcuts used in the tutorial.