开发者

How do I change the module type in IntelliJ

I have created a project from maven using mvn idea:idea. I recreate the project whenever there is a significant change to the pom files.

Sometimes after recreating, when 开发者_开发知识库I open IntelliJ it tells me that the modules have an unknown type so they will be treated as Unknown Modules.

  1. How do I changes these modules to be the proper type?
  2. Can anyone direct me to documentation about how to specify the module type so that idea:idea will generate the modules properly?

Thanks :)


mvn idea:idea generated projects are not supported, please use the built-in IDEA Maven support instead, it works much better and you have an option to import changed Maven projects automatically or manually.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜