mvn idea:module
Hi all,
i have a problem to create a intellij idea module by using the maven-idea-plugin. i executed the command "mvn idea:module" and the .iml file will be created without problems. but if i import this module into intellij the "configure path variable" dialog will be opening. this dialog contains one variable with empty name and empty value. but i can not edit the name of this variable and i can not delete this path variable. so i have to cancel this dialog and the module is not importet.
has anyone an idea how i can solve this?
Thanks
--marko
请先登录再写评论。
Hello mbauhardt,
This problem should be fixed in either IDEA 7.0.3 or the 7.0.4 EAP available
from http://www.jetbrains.net/confluence/display/IDEADEV/Selena+EAP
By the way, why don't you use our built-in Maven integration?
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Hi Dmitry,
Thank you very much. The import of maven generated idea module works with release Selena-7860.
thanks
--marko