Is it possible to have nested multi maven modules?
For example, I created a Project called "architecture" that is composed of multiple maven modules, but one of them (architecture_utils) is becoming very big, so for organizational purposes, I would like to split them into separate maven modules and have the following structure:
architecture
├── architecture_base
├── architecture_test
└── architecture_utils
├── architecture_utils_io
├── architecture_utils_math
└── architecture_utils_time