Maven: Create Multi Module Maven Project In IntelliJ IDE

preview_player
Показать описание
Creation of multi-module maven project in Intellij ide
Рекомендации по теме
Комментарии
Автор

simple, clear and straight to the point, thank you.

bbk
Автор

It's very helpful and very straight forward ..thank you

sannikumar-mdgg
Автор

The Project pom.xml can itself have a parent which will be inherited by all of the Modules.
I brought a Project over from Eclipse where every module had spring-boot-starter-parent as its parent. I didn't want to make any modification to the pom.xml files but I was still able to use this technique, with the following limitation: the modules were all defined at top level and could not inherit dependencies from the project. But I could still build the project pom.xml and it would build the entire project.

BangsarRia