无法执行目标 org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test testng meaven

问题描述

请帮助解决以下错误

please help for the following error

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test

解决方法

从属性定义中删除引号:

mvn clean install -Dtest=com.qa.dontknow.test -Denv=qa

surefire:test <test>

[...] 所以你可以输入 -Dtest=MyTest 来运行一个名为“foo/MyTest.java”的测试。 [...]