IntelliJ: Working on multiple projects

前端 未结 19 2012
抹茶落季
抹茶落季 2020-11-27 09:18

We build in maven multiple projects (let\'s name them A,B,C). Project A uses .jar of project B which uses .jar of project C.

I am modifying codes of all A/B/C projec

19条回答
  •  渐次进展
    2020-11-27 09:43

    There is no need to move entire projects to a module. The use case for module is a bit finer grained than as a project container.

    To open multiple projects in the same window:

    File -> Open Project

    Select open in this window.

    Check box that says add to current project.

提交回复
热议问题