当前位置: 首页 > 知识库问答 >
问题:

无法编译Maven,无法创建testng文件

刘高峯
2023-03-14

我得到这个错误,而执行maven试图修复此代码5天非解决方案工作

[ERROR]无法执行目标org.apache.maven.plugins:maven-surefire-plugin:2.19.1:项目com.learn.selenium测试(default-test):目标org.apache.maven.plugins的执行default-test:maven-surefire-plugin:2.19.1:测试失败:分叉进程中出现错误[ERROR]org.testng.TestNGException:org.xml.sax.SAXParseException;lineNumber:1;列号:1;文件过早结束。[ERROR]在org.xml.sax.TestNG. firalizeSuitesAndJarFile(TestNG. java: 325)[ERROR]在com.sun.org.apache.xerces.internal.util.TestNG. run(TestNG. java: 1036)[ERROR]在rapper.createTestNGExecutor.run(TestNGExecutor.java:281)[ERROR]在org.apache.maven.surefire.testng.TestNGXmlTestSuite.execute(TestNGXmlTestSuite.java:75)[ERROR]在org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:121)[ERROR]在org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)[ERROR]在org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)[ERROR]在org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)[ERROR]引起:org.testng.SAXParseException; lineNumber: 1; block nNumber: 1;文件过早结束。[ERROR]在org.testng.ErrorHandlerWorg.apache.maven.surefire.testng.SAXParseException(ErrorXMLDocumentScannerInpl. Next(XMLDocumentScannerInpl. java: 602)[ERROR]在com. sun. org. apache. xerses.内部。XMLNSDocumentScannerInpl. Next(XMLNSDocumentScannerInpl. java: 112)[ERROR]在com. sun. org. apache. xerses.内部。Inpl。XMLDocumentFragmentScannerInpl. scanDocument(XMLDocumentFragmentScannerInpl. java: 505)[ERROR]在com. sun. org. apache. xerses.内部. parser。XML11Config. parse(XML11Config. java: 842)[ERROR]在com. sun. org. apacse。XML11Config. parse(XML11Config. java: 771)[ERROR]在com. sun. org.

共有1个答案

王弘和
2023-03-14

pom在哪里。xml?

好的,很好

使用-U选项和mvn命令作为

   mvn clean install -U

希望有帮助。

 类似资料:
  • 问题内容: 我正在尝试使用命令行 mvn eclipse:eclipse 从Hibernate教程在路径\ hibernate- distribution-3.5.3-Final \ project \ tutorials \ eg下创建一个Eclipse项目。但是我收到这个错误 谁能用最新版本的Hibernate面对这个问题? 问题答案: 我不知道您需要什么版本的插件,但JBoss最近已迁移到N

  • 我正在使用drools Version6.0.0.Final做一个示例hello world maven项目。下面是我的pom文件的构建,我已经指定了kie-maven-plugin,但是我可以注意到这个插件不能被执行。我是不是漏掉了什么。

  • 我从github获得了一个项目的源代码(一个android应用程序),我正在尝试推出它,这个项目叫做“RTKGPS+”,它是一个使用C++库Rtklib来玩GPS和原始测量的Anroid应用程序。 我的Android环境配置很低, 我无法编译这个项目,我得到了以下错误: null null 我尝试从以下答案添加分级代码:https://stackoverflow.com/a/50707270/63

  • 我使用Maven和surefire插件通过扩展AbstractTestNGSpringContextTests来运行TestNG测试,结果显示,即使上下文在类路径中也没有加载,并且测试在我的ide中正常工作,但在Maven中不行。 @contextConfiguration(locations=Array(“classpath*:/com/gottex/gottware/server/offlin

  • 我是Maven构建工具的初学者。为了了解maven,我从eclipse中的原型创建了一个简单的j2ee 1.4 Web应用程序项目。 之后,我在pom.xml中添加了maven tomcat插件。然后我让maven来构建、测试和打包项目。之后,我设定了运行tomcat插件的目标。tomcat插件成功运行,并向我显示了应用部署的链接http://localhost:8080/FirstMavenAp