I'm going through the Maven 2 book and trying to open proficio project from chapter 3 inside Intellij. So I ran "mvn idea:idea" to generate project files, I opened the root project in IntelliJ but then there is no root module generated so I can't access project global files, like site files or root pom.xml. I could create this module myself, but then the next time I'm gonna run idea:idea again to update dependencies for example, then this root module will disappear.
Did I do something wrong ? Is it a known bug ? Is there something wrong with this approach ? And by the way, does anyone know where IntelliJ is getting with Maven 2 support ? Because I can't see any mention of it in their roadmap, and it kind of pisses me off to be forced to use Eclipse again for the excellent maven2 plugin that is available there. Is there any plan in the community to integrate the same kind of features into a Mevenide for Maven2/IntelliJ ? -- Sébastien Arbogast The Epseelon Project : http://www.epseelon.net Blog : http://sebastien-arbogast.epseelon.net TagSpot : http://www.tagspot.org
