如何使用非默认的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
答案 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