I'm testing the java 9 module system and so far I've been able to create a project in eclipse (maven or java) and create the modulo-info option: Right-click on the project + configure + create module-info.
But if you need to separate the project into several modules? Is it possible to do this in the same project or should I create a project for each module? If it is possible to create multiple modules in the same project in eclipse how to do it?