eclipse中使用maven插件的时候,运行run as maven build的时候报错 -Dmaven.multiModuleProjectDirectory system propery is not set.?Check $M2_HOME environment variable and mvn script match. 可以设一个环境变量M2_HOME指向你的maven安装目录 M2_HOME=D:\Apps\apache-maven-3.3.1 然后在Window->Prefer…
在创建Maven项目时,出现报错:No goals have been specified for this build pom.xml文件加入 <build><defaultGoal>compile</defaultGoal></build>即可,这是由于在Maven在编译时,不能找到编译的包,当在其中添加时,则会自动寻找相应的编译…
Selenium Grid 运行报错 : Exception thrown in Navigator.Start first time ->Error forwarding the new session Empty pool of VM for setup Capabilities [{platform=WINDOWS, ensureCleanSession=true, ignoreProtectedModeSettings=true, ignoreZoomSetting=true, enab…