c-guntur / maven-intellij

A sample set of projects to demo Apache Maven tooling on IntelliJ IDEA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

A sample set of projects to demo Apache Maven tooling on IntelliJ IDEA

License:MIT License


Languages

Language:Java 100.0%