I use IDEA ( v14 Community Edition ). I need to import projects from Eclipse (several pieces connected to one another). I created a project (a separate folder on the disk) and plugged in modules ( Eclipse projects).
Now, when compiling the IDEA project, all the *.class files fall into the default folder of the created project. It can be changed, but it seems to work anyway for all modules. The project builder is configured to source for class files in the personal folders of each module.
How to configure the compilation of the IDEA project so that the class files of each module fall into their personal folders?

