我正在尝试安装stanbol并得到以下错误
Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test
附加错误日志
[INFO]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project org.apache.stanbol.entityhub.ldpath: There are test failures. [ERROR] [ERROR] Please refer to /home/stanbol-trunk/entityhub/ldpath/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project org.apache.stanbol.entityhub.ldpath: There are test failures.
Please refer to /home/stanbol-trunk/entityhub/ldpath/target/surefire-reports for the individual test results. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:120) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:355) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:216) at org.apache.maven.cli.MavenCli.main(MavenCli.java:160) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356) Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.
Please refer to /home/stanbol-trunk/entityhub/ldpath/target/surefire-reports for the individual test results. at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution(SurefireHelper.java:82) at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary(SurefirePlugin.java:254) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:854) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:722) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) ... 19 more
[ERROR]
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :org.apache.stanbol.entityhub.ldpath
@SpringBootApplication注释包含这些配置。
1)@配置
2)@组件扫描
3)@EnableAutoConfiguration
@EnableAutoConfiguration是导致此错误的原因。这将尝试根据pom.xml中的依赖关系自动配置应用程序
举个例子,当你在pom中有spring-data-jpa依赖时,它会通过查看数据源文件来尝试application.properties应用程序添加配置。所以你需要添加数据源来解决这个问题。
mvn clean install-DskipTests将帮助您跳过测试,直到您解决错误。
右键单击项目-
看起来你正在使用的库中有一些测试被破坏了。
如果您想要测试错误的详细信息,请查看/home/stanbol-trunk/entity hub/LD path/target/surefire-reports。
如果您仍然要安装库,则可以运行 mvn 全新安装 -Dskip 测试
希望有帮助!
我升级了Selenium以支持GeckoDriver,然后Jenkins它。我对这种幕后升级非常陌生。自从我们运行Selenium 3以来,我们不再使用Selenium Grid插件。从那以后,我就无法运行任何测试。 我们为詹金斯主站和从站运行 Windows 7 机器。如果它有任何区别,我们使用Java。我们还有一个框架坐在硒的顶部。 尤其是这个错误让我很恼火: 我试图改变分叉配置,但无济于事。
我正在做一个maven项目,我的IDE是Eclipse我无法理解的是,当我在Eclipse中使用“clean-X”时,它会报告以下错误: 但是当我使用终端操作时,它是有效的。
在java maven jacoco中执行测试时出错:未能执行目标组织。阿帕奇。专家插件:maven surefire插件:2.12.4:测试 早上好我正在执行一个Maven项目,我使用NetBeans编写Java代码。当我尝试运行测试文件时,会出现以下错误: 这是我的pom.xml文件: 你能帮我吗?谢谢大家的可用性!
我需要附加诱惑力到我的cucumber(Java)测试项目。 事实上,如果我从JUnit Test-Starter启动所有测试,它们都能正确运行。 如果使用以下命令运行测试: 在Maven日志的最后,我得到了: 这就造成了这样的情况,即在mvn站点命令后无法形成倾城报告。 下面是错误的stacktrace: 下面是pom.xml文件的内容: 你能帮我拿一下这个吗?
各位开发人员朋友,我需要帮助。当我尝试从github部署到Azure AppService时,github控制台会显示以下错误。 各位开发人员朋友,我需要帮助。当我尝试从github部署到Azure AppService时,github控制台会显示以下错误。 执行目标组织失败。阿帕奇。专家插件:maven surefire插件:2.22.2:FastFoodApp项目上的测试(默认测试):存在测试
我使用的是Eclipse版本:2018-09(4.9.0),我已经在Eclipse中安装了Spring Tool Suit(STS)用于构建Spring Boot应用程序。 问题->当我创建新的Spring Starter项目并尝试在不添加任何代码的情况下用maven构建我的项目时。生成失败,出现以下错误。 如果我移除具有默认测试的测试文件夹。工作很好。但为什么会这样。下面的文件夹是我删除的,它是