I have a maven project that has 20+ modules and I need to use these modules as dependencies to another project.
Is there a way to add the whole project as a dependency?
I already know that I can add each module as a dependency but I want to keep the poms as clean as possible so please do not suggest adding each module as a dependency.