Questions tagged [multi-module]

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.

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.

In , a multi-module project is handled via aggregation of an aggregator project providing list of aggregated modules.

Often, but not necessarily, the aggregator project is also the parent project of aggregated modules, providing further governance and common management on - for example - plugins, dependencies, properties.

More Info

886 questions
0
votes
2 answers

Updating version numbers of modules in a multi-module Maven project where the aggregate root isn't a parent pom

I want to set a release version for my project. I use an aggregate pom for all modules. Each module parent is not the aggregate pom mentioned before. My question differs from Updating version numbers of modules in a multi-module Maven project…
Maxim Kirilov
  • 2,639
  • 24
  • 49
0
votes
0 answers

How to get jacoco results in sonarqube for jar projects in gradle?

I am having difficulties trying to get jacoco and sonarqube to get code coverage results from the code in the library projects that are used by the web service project. This is the basic layout of my Gradle mutli-module project. parent library…
Greg
  • 473
  • 1
  • 4
  • 13
0
votes
1 answer

GWT Maven Multi Module

I have created a GWT Maven Multi Module project with the following structure. Core Module [contains activities, presenters, shared resources] core.gwt.xml with entry point core.gwt.xml