Is it possible to create more than one module java9 (module-info) per project mavem in eclipse?

1

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?

    
asked by anonymous 07.05.2018 / 21:32

0 answers