You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, all sub-modules depend on the parent. The dependencies are all managed in the parent.
This still forces us to use common versioning.
The usage of a BOM helps to reduce this dependency. But still, the dependency management is done in one place. https://howtodoinjava.com/maven/maven-bom-bill-of-materials-dependency/
An open question is still, how to deal with the plugin configurations. Maybe they need to be shifted into the submodules.
Afterward, the modules can be developed independently from each other.
The text was updated successfully, but these errors were encountered:
Currently, all sub-modules depend on the parent. The dependencies are all managed in the parent.
This still forces us to use common versioning.
The usage of a BOM helps to reduce this dependency. But still, the dependency management is done in one place.
https://howtodoinjava.com/maven/maven-bom-bill-of-materials-dependency/
An open question is still, how to deal with the plugin configurations. Maybe they need to be shifted into the submodules.
Afterward, the modules can be developed independently from each other.
The text was updated successfully, but these errors were encountered: