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.
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.
Copyright © 2021 Jogjafile Inc.
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.