Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make a multi-module project in IntelliJ?

How would you make a multi module project in IntelliJ 11 IDEA? I have made a IntelliJ project where I add new Maven modules, but I am unable to put one Maven module inside another so they have the same physical layout as they does in logic (parent/child).

Is this possible? Or should it be done?

I only get all modules on the same level in the physical directory structure.

like image 263
LuckyLuke Avatar asked Dec 31 '25 00:12

LuckyLuke


1 Answers

There is a listbox in Project view that is called "View as". Select "Project".

Is that what you meant?

like image 196
Vic Avatar answered Jan 02 '26 12:01

Vic