IntelliJ: Working on multiple projects

前端 未结 19 2075
抹茶落季
抹茶落季 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:32

    In IntelliJ 14.1.2, I did it like following:

    Select File->Project Structure->Modules.

    Select + and Import Module and select the directory of your project(or directory where pom exists) and click OK.

    Follow through the next flow of screens and after you click Finish, you should see the project alongside your existing one.

    enter image description here

提交回复
热议问题