在Eclipse中导入具有自定义pom名称的Maven项目

时间:2013-04-24 11:12:56

标签: java eclipse maven

如何使用非默认的pom2.xml在Eclipse中导入Maven项目(我有m2e插件),如下所示:

project
   + src
   + pom2.xml
   + pom.xml

我可以使用mvn clean install -f pom2.xml构建项目,但我无法在Eclipse中导入。似乎m2e缺少此功能。

编辑:重复:How do I import an alternative pom.xml file in m2eclipse

2 个答案:

答案 0 :(得分:0)

我尝试以下列方式成功导入以pom2.xml作为其pom的maven项目:

  

mvn clean install -f pom2.xml

从命令行

从eclipse导入现有项目。

希望这会对你有所帮助。

答案 1 :(得分:0)

这是不可能的。

可在以下网址找到更多信息:How do I import an alternative pom.xml file in m2eclipse