1
的pom.xml測試(默認測試)有:未能執行目標org.apache.maven.plugins:Maven的萬無一失,插件:2.15:項目
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.15</version>
<configuration>
<suiteXmlFiles>
<suiteXmlFile>src\test\resources\all_testing.xml</suiteXmlFile>
</suiteXmlFiles>
</configuration>
</plugin>
當我包括下面的POM標籤.xml我收到錯誤:
"Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.15:test (default-test) on project"
我該如何解決這個問題?