Konubinix' opinionated web of thoughts

Maven – Guide to Working With Multiple Modules

Fleeting

Maven – Guide to Working with Multiple Modules

[2021-02-28 Sun 14:55]

The mechanism in Maven that handles multi-module projects is referred to as the reactor. This part of the Maven core does the following:

Collects all the available modules to build Sorts the projects into the correct build order Builds the selected projects in order