Intellij maven integration
Hi
We are in the process of switching from eclipse as our ide to intellij. I am pretty new to the product and have a query about maven integration. We have a number of pom's that are named api-tx-pom.xml api-lookup-pom.xml in a build dir, we then run a command from the command line in this format mvn -f api-tx-pom.xml clean install. Is there any way to integrate these poms into Intellij. It seems that I can only create maven projects with a pom.xml, is there anything I can do to integrate what I have into intellij.
Many Thanks
Paul
请先登录再写评论。
At the moment in 9.x you cannot work with files other than pom.xml.
This issue will be fixed in IDEA 10, please watch http://youtrack.jetbrains.net/issue/IDEA-22472
Thanks,
Anton Makeev