Top "Multi-module" questions

A multi-module project/application is composed by several modules each focusing on a certain concern, enforcing the SRP (Single Responsibility Principle) at module level.

Maven dependency resolution between modules during a multi-module project build

I faced with some Maven behavior that I was not expected before. For example we have multi-module project A: A | …

java maven multi-module maven-dependency
Maven can't deploy from parent pom

i have just started building applications with Maven. One of my approaches is to build a multimodule web application. Working …

maven jboss pom.xml wildfly multi-module
Eclipse Maven showing multiple paths for the same file

Is there any setting in Eclipse to show only the Maven project where the file resides? I have different Maven …

eclipse maven m2eclipse multi-module file-search