Build order of Maven multimodule project?
The build order is determined by the Maven reactor which is a mechanism that automatically ensures correct build order for multimodule builds by sorting the projects. See the official documentation for how it works. It says: The following relationships are honoured when sorting projects: a project dependency on another module in the build a plugin … Read more