Import Maven Project From File Not Called pom.xml

The current project I am working on has a weird structure where they have 2 poms in the root of one project and neither is called pom.xml.
Is it possible to import them as maven projects in IDEA like the command line option has? e.g.

 mvn -f pom-stupid-bank.xml 
2

Looks like it's not yet possible, sorry: http://youtrack.jetbrains.com/issue/IDEA-22472

Regards,
Alexander.

0
Avatar
Permanently deleted user

I don't know if it'll work, but you could try creating a symbolic link to the pom files, and name the link pom.xml.

0

请先登录再写评论。