这是我的pom。xml文件,
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>neo4j.embedded.myserver</groupId>
<artifactId>myserver</artifactId>
<packaging>jar</packaging>
<properties>
<java.version>1.7</java.version>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
</properties>
<version>1.0-SNAPSHOT</version>
<name>myserver</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j</artifactId>
<version>2.2.4</version>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-client</artifactId>
<version>1.8</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
<version>2.13</version>
</dependency>
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-kernel</artifactId>
<version>2.2.4</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.graphaware.neo4j</groupId>
<artifactId>tests</artifactId>
<version>2.1.5.25</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-neo4j</artifactId>
<version>1.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20140107</version>
</dependency>
</dependencies>
</project>
我使用eclipse,使用run as→maven build,这是我的错误信息,
结果:
错误测试: nodeCreationwith Label(neo4j.tests.Neo4jTest): org/neo4j/内核/impl/util/函数/选项$Lazy可选nodeCreationwith Label(neo4j.tests.Neo4jTest)comareProperties(neo4j.tests.Neo4jTest): org/neo4j/内核/impl/缓存/HPCSetting函数4美元comareProperties(neo4j.tests.Neo4jTest)comareNeo4j数据库(neo4j.tests.Neo4jTest): org/neo4j/内核/impl/缓存/HPCSetting函数4美元comareNeo4j数据库(neo4j.tests.Neo4jTest)
测试运行:6次,失败:0次,错误:6次,跳过:0次
[信息]------------------------------------------------------------------------
[INFO]建筑失败
[信息]------------------------------------------------------------------------
[INFO]总时间: 2.838 s
[信息]完成时间:2015-10-28 16:14:21 08:00
[信息]最终内存:11M/28M
[信息]------------------------------------------------------------------------
[ERROR]无法执行目标org.apache.maven.plugins:maven-surefire-plugin:2.12.4:在项目myserver上测试(default-test):有测试失败。
[错误]
[错误]有关单个测试结果,请参阅D:\Eclipse\workspace\MyNeo4jSamples\target\surefire报告。
[错误]-
[错误]
[错误]要查看错误的完整堆栈跟踪,请使用-e开关重新运行Maven。
[ERROR]使用-X开关重新运行Maven以启用完整的调试日志记录。
[错误]
[错误]有关错误和可能的解决方案的更多信息,请阅读以下文章:
[错误][帮助1]http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
您正在使用Neo4j和GraphAware框架。
GraphAware框架版本与Neo4j版本耦合。
Neo4j-2.2.4
GraphAware框架-2.1.5.25(这里有问题)
您应该使用GraphAware框架的版本2.2.4.34。
我在maven surefire插件3.0.0-M4和maven版本3.6.3、3.6.0和3.3.9以及jdk1中遇到了这个问题。8.0_222(Ubuntu 18.0.4)。我的pom。xml如下所示: 詹金斯的产出如下:
我有一个java maven项目,我使用JUnit Juniper为我的单元测试,而建设的项目,我得到下面的错误,如果我从我的本地构建相同的项目,它工作得非常好。 这是Intellij的问题吗? 我在Intellij中构建我的maven项目时面临以下问题,而当我从本地构建时,这个问题不会出现。 Intellij 2019.1.1 Maven版本#3.3.9 JDK#1.8 错误 波姆。XML 测试
maven jar插件失败,错误如下: 无法执行目标组织。阿帕奇。专家plugins:maven-jar plugin:3.1.2:jar(默认jar)on project myProject:您必须使用分类器将补充工件附加到项目中,而不是替换它们。 我正在使用Java11。我将maven jar插件从2.4升级到了3.1.0。 它只在mvn清洁安装部署时失败。(没有部署,它正在正确运行)。 有什
执行目标组织失败。阿帕奇。专家插件:maven surefire插件:2.5-r682619-maestro-2.0.0:project ms61 webservice xxxx上的测试(默认测试):存在测试失败。这意味着什么以及如何解决它。我第一次做maven build。
无法执行目标org.apache.maven.plugins:maven-surefire-plugin:2.4.3:在项目smrr上测试(默认测试):有测试失败。 请参阅C:\Users\root\Downloads\smrr\target\surefire报告以了解各个测试结果- 若要查看错误的完整堆栈跟踪,请使用-e开关重新运行Maven。使用-X开关重新运行Maven以启用完整的调试日志记
当我尝试测试或安装pom时。xml我收到了以下错误消息: 执行目标org.apache.maven.plugins失败:maven-surefire-plugin: 2.12.4: test(default-test) 我想说明的是,没有什么真正有助于Mvn清洁,更新项目,清洁或其他任何我可以做的与maven相关的事情,有人能帮助我与其他人的想法,真的可以帮助解决这个问题吗? 谢谢