Maven

Maven

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.

Import Multiple Repositories

Tip

Import Multiple Repositories
Import multiple related repositories into one IntelliJ IDEA project.
Manage Dependencies

Tip

Manage Dependencies
Manage all your dependencies in the Dependencies tool window.
Open multiple projects

Part of tutorial

Open multiple projects
Opening multiple repositories into one project in IntelliJ IDEA.
Summary and Shortcuts

Part of tutorial

Summary and Shortcuts
Importing projects into IntelliJ IDEA Summary.
Project from existing model

Part of tutorial

Project from existing model
Importing a project from existing model.
Analyzing dependencies

Tutorial

Analyzing dependencies
Analyzing dependencies in IntelliJ IDEA.
Introduction

Part of tutorial

Introduction
How to analyze dependencies in IntelliJ IDEA.
Dependency Analyzer

Part of tutorial

Dependency Analyzer
Using the Dependency Analyzer in IntelliJ IDEA.
Dependency Diagram

Part of tutorial

Dependency Diagram
Using the Dependency Diagram in IntelliJ IDEA Ultimate.
Summary and Shortcuts

Part of tutorial

Summary and Shortcuts
A summary of how to analyze dependencies in IntelliJ IDEA.
Package Checker

Tutorial

Package Checker
Find and fix vulnerabilities inside IntelliJ IDEA Ultimate.
Introduction

Part of tutorial

Introduction
Package Checker plugin in IntelliJ IDEA Ultimate.
Summary and Shortcuts

Part of tutorial

Summary and Shortcuts
Find and fix vulnerabilities inside IntelliJ IDEA Ultimate Summary.
Remediate dependencies

Part of tutorial

Remediate dependencies
Remediate dependencies using IntelliJ IDEA Ultimate.
Maven projects

Part of tutorial

Maven projects
View vulnerable dependencies in Maven projects.
Vulnerable Dependencies tool window

Part of tutorial

Vulnerable Dependencies tool window
View vulnerable dependencies in the Vulnerable Dependencies tool window.
Managing dependencies

Tutorial

Managing dependencies
Managing dependencies in IntelliJ IDEA.
Add dependencies

Part of tutorial

Add dependencies
Different ways to add dependencies in IntelliJ IDEA.
Introduction

Part of tutorial

Introduction
Managing dependencies in IntelliJ IDEA.
Summary and Shortcuts

Part of tutorial

Summary and Shortcuts
Managing dependencies in IntelliJ IDEA Summary.
Upgrade dependencies

Part of tutorial

Upgrade dependencies
Upgrade dependencies using Package Search.
Remove dependencies

Part of tutorial

Remove dependencies
Remove dependencies using Package Search.
Viewing dependencies

Tutorial

Viewing dependencies
Different ways to view dependencies in IntelliJ IDEA.
Dependency management config file

Part of tutorial

Dependency management config file
View dependencies in the dependency management config file.
Build tool window

Part of tutorial

Build tool window
View dependencies in the build tool window.
Dependency tool window

Part of tutorial

Dependency tool window
View dependencies in the dependency tool window.
Introduction

Part of tutorial

Introduction
Different ways to view dependencies in IntelliJ IDEA.
Project tool window

Part of tutorial

Project tool window
View dependencies in the Project tool window.
Summary and Shortcuts

Part of tutorial

Summary and Shortcuts
View dependencies in IntelliJ IDEA Summary.
Marco Codes - Maven

Tutorial

Marco Codes - Maven
Working with Maven in your projects.
Quick-Fix to Add Missing Dependencies in the Editor

Tip

Quick-Fix to Add Missing Dependencies in the Editor
Save time when adding missing dependencies by using a quick fix.
Code Completion with Package Search

Tip

Code Completion with Package Search
Helps you to reduce the chances of a typing mistake when you're searching for packages.
Filter Stable Versions in the Dependencies Tool Window

Tip

Filter Stable Versions in the Dependencies Tool Window
Allows you to filter out unstable versions of dependencies easily.
Maven Support in Dependencies Tool Window

Tip

Maven Support in Dependencies Tool Window
Add dependencies straight into your POM file with a single click.
Search Packages in Dependencies Tool Window

Tip

Search Packages in Dependencies Tool Window
Use the Dependencies tool window to manage your dependencies in one place.
Update Version and Scope in Dependencies Tool Window

Tip

Update Version and Scope in Dependencies Tool Window
Upgrade, downgrade, and change scope easily inside your IDE.
Working with Maven

Tutorial

Working with Maven
Understand how IntelliJ IDEA integrates with Maven.
Creating a Maven project

Part of tutorial

Creating a Maven project
Start by creating a brand-new project that uses Maven as the build tool.
Importing a Maven project

Part of tutorial

Importing a Maven project
IntelliJ IDEA understands projects that use Maven and can import them with minimal configuration.
Understanding Dependencies

Part of tutorial

Understanding Dependencies
Adding and visualising dependencies.
The Maven Tool Window

Part of tutorial

The Maven Tool Window
The Maven Tool Window gives you access to goals, dependencies, and more.
Adding dependencies

Part of tutorial

Adding dependencies
Adding JUnit 5 Dependencies.