I'm trying to fit a file structure to get a big project, an ERP to be more accurate. Today, there is a good deal of it made in PHP in a messy way. Let's take Java Web (Maven + Spring MVC + JSP + Hibernate) to create the next modules and in the future redo the other modules. In what has already been studied, I have a doubt, probably silly for you, but for me, I still have not found the way.
We think of creating a project for each module (system) only that there may be a possibility that one project has to use the resources of another project, in particular, parts of the view. How can I control this view resource swap?
I know that Maven controls multi-modules dependencies and tals, but how would that be the question of, for example, if I have a folder with images in project A, and I need to use them in project B without needing to tell the full path?
Thank you in advance.