0

Maven was installed and was working just fine before with my previous versions of IntelliJ Idea.

I just installed the trial version on IntelliJ 13 and my existing maven project stopped working!

The error was:

No valid Maven installation found.
AmirHd
  • 10,308
  • 11
  • 41
  • 60

1 Answers1

1

The easiest solution was to set the Maven Home Directory manually in your to your executable mvm location [/usr/local/maven] in my case.

Other solutions I came across needs a reboot.

Alternative solution here:

  1. M2_HOME not being picked by IntelliJ Idea
  2. Setting environment variable in OS X
Community
  • 1
  • 1
AmirHd
  • 10,308
  • 11
  • 41
  • 60