-Dmaven.multiModuleProjectDirectory not set` issue with Maven and IntelliJ
解决方法:
Just in case you have that error again go to Settings -> Maven -> Runner and add
-Dmaven.multiModuleProjectDirectory=$M2_HOME
to VM Options.
如下图
-Dmaven.multiModuleProjectDirectory not set` issue with Maven and IntelliJ
解决方法:
Just in case you have that error again go to Settings -> Maven -> Runner and add
-Dmaven.multiModuleProjectDirectory=$M2_HOME
to VM Options.
如下图