I got the maven .tar file from http://maven.apache.org/download.cgi, and installed it to the path /usr/local/. I run the mvn -version command in the new window, the output i
This thread is important thread and very useful so I added this solution to it. I added this line to maven runner and it works with me
-Dmaven.multiModuleProjectDirectory=$M2_HOME
Noting that, M2_HOME is defined in the environment variables for maven home in case of windows OS.