开发者

How do I change the module type in IntelliJ

开发者 https://www.devze.com 2023-03-06 20:09 出处:网络
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.

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

精彩评论

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