Maven on IntelliJ not working.

1.2k Views Asked by At

Running

mvn -e clean install

on IntelliJ is throwing this error

Error running mvn: Cannot start process, the working directory /Applications/IntelliJ IDEA 14 CE.app/Contents/bin does not exist

Please help.

1

There are 1 best solutions below

0
On

Edit configurations > Create a new Maven build. Choose the working directory to be the folder location of your project and not ".". This is something I was not doing.