maven
领结
HELLOWORLD
展开
-
maven install时报错Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
把java Build Path里面的Libraries中的JRE System Libraries(JRE7)改为jdk7, maven编译需要jdk, 而不是jre转载 2016-07-23 12:30:56 · 1115 阅读 · 0 评论 -
ailed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test)
在pom,xml中的标签中添加以下代码 org.apache.maven.plugins maven-surefire-plugin 2.17//根据报错的版本号原创 2016-07-23 15:01:23 · 1812 阅读 · 1 评论