Idea 12 - Maven Projects pane is empty
Hi everyone,
I recently installed the new version (Which looks great BTW) but had a weird problem with my Maven projects.
The pane was empty of projects no matter what I did, also the context menu in the Project pane did not include the maven optiosn so I could even re-import.
I'm working on a Windows 7 machine.
Does anyone know how to solve this?
Thanks,
Guy
Please sign in to leave a comment.
Are there any exceptions at your idea.log (Main Menu | Help | Reveal log)?
You can also try to re-import from maven.
Denis
So, a weird thing happened.
I opened intellij 12 to check out the log and suddenly everything was fine!
I'll check tomorrow on my friend's computer who also experienced the same problem.
Can't reproduce this... Thanks for the help
Hi,
just wanted to share that I had the same troubles and found out that I had set the property -Djava.home=C:\Tools\jdk1.6.0_16\jre in my MAVEN_OPTS system variable to avoid resolution errors with tools.jar and Maven2.
A soon as I remove the property everything is working fine ... and I can't reproduce the resolution error anymore as I switched to Maven3 in the meantime ;-).
Markus