Hi, I have nothing against modularization, I'm just against "modularization = create many many Maven projects". I prefer modularization *within* one project. Why can't we do that instead?
>Ideally you have a ³root² project, e.g. > >/oak > /security > /api > /implementationA > /implementationB > /core > /persistence > /.. That looks like a Java *package* structure to me. The Wikipedia article you mentioned is not about Maven projects, but about modularity in general. Regards, Thomas
