Apache Maven is a build management tool that provides both project building, as well as, project and site management among multiple other features.
IntelliJ IDEA from Jetbrains, is one of the most well-known Integrated Development Environments for Java.
This repository contains two sample projects that will be used to demonstrate Maven tooling features in IntelliJ.
The two projects:
-
maven-single - A single module maven project.
-
maven-multi - A multi-module maven project.
This project is a simple maven-convention style "Hello World" project. Read more about the project at:
This project is a multi-module setup. The project will use maven modules, Java modules and will can show up as multi-module in IntelliJ. The differences between the three types of modules as well are other project details can be found at: