I'm wondering if we can work with intelij like we work with eclipse workspace:
In fact , we have a project with multiple dependent modules ( more than 50 modules ), with eclipse I know that we have the principl of workspace so if for example we update a commun module, all other modules which depend on this commun module will be updated ( no need to do : mvn install to update with commun module modification ).
Can we do that with intelij?
Thanks