Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.04 KB

README.adoc

File metadata and controls

26 lines (14 loc) · 1.04 KB

Maven with IntelliJ

RepoLogo

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:

  1. maven-single - A single module maven project.

  2. maven-multi - A multi-module maven project.

maven-single

This project is a simple maven-convention style "Hello World" project. Read more about the project at:

maven-multi

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: