【发布时间】:2012-03-19 09:26:50
【问题描述】:
当maven项目文件命名为pom.xml以外时,是否可以将maven项目导入JIdea?比如“pom.atrifact-name.jar.xml”。
【问题讨论】:
标签: maven-2 intellij-idea
当maven项目文件命名为pom.xml以外时,是否可以将maven项目导入JIdea?比如“pom.atrifact-name.jar.xml”。
【问题讨论】:
标签: maven-2 intellij-idea
在当前的 IntelliJ IDEA 版本中是不可能的,请vote for the open issue。
【讨论】:
我猜你可以创建一个 pom.xml 并将奇怪的名称 pom.xml 设置为它的模块。
【讨论】: