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
Please sign in to leave a comment.
Looks like it's not yet possible, sorry: http://youtrack.jetbrains.com/issue/IDEA-22472
Regards,
Alexander.
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.