mvn编译打包包的错误!

问题描述

[ERROR]Failedtoexecutegoalorg.apache.maven.plugins:maven-surefire-plugin:2.12.4:test(default-test)onprojectbook:Executiondefault-testofgoalorg.apache.maven.plugins:maven-surefire-plugin:2.12.4:testfailed:Pluginorg.apache.maven.plugins:maven-surefire-plugin:2.12.4oroneofitsdependenciescouldnotberesolved:Thefollowingartifactscouldnotberesolved:org.apache.maven.surefire:surefire-api:jar:2.12.4,org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.1:Couldnotfindartifactorg.apache.maven.surefire:surefire-api:jar:2.12.4incentral(http://192.168.16.142:8081/nexus/content/repositories/central)->[Help1]请问这是为何?我是初心者,请热心的人帮忙回答,谢谢!

解决方案

本帖最后由 qq475883831 于 2013-08-14 11:10:48 编辑
解决方案二:
同问,没人回复吗?
解决方案三:
Couldnotfindartifactorg.apache.maven.surefire:surefire-api:jar:2.12.4incentral(http://192.168.16.142:8081/nexus/content/repositories/central)很明显提示你的maven库中找不到这个jar包
解决方案四:
引用2楼feijiing的回复:

Couldnotfindartifactorg.apache.maven.surefire:surefire-api:jar:2.12.4incentral(http://192.168.16.142:8081/nexus/content/repositories/central)很明显提示你的maven库中找不到这个jar包

你试着把这个jar包添加进去再试下
解决方案五:
将surefire-booter:jar包上传至服务器目录下/root/.m2/repository/org/apache/maven/surefire/surefire-bootermvncleaninstall-U试下呢我的这样就解决了

时间: 2024-09-20 00:17:17

mvn编译打包包的错误!的相关文章

PHP编译安装时常见错误解决办法

  这篇文章主要介绍了PHP编译安装时常见错误解决办法,本文涵盖了PHP编译安装中的大多数错误,同时给出解决方法,需要的朋友可以参考下 This article is post on https://coderwall.com/p/ggmpfa configure: error: xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution 代码如下: yum -y install libxslt-devel

PHP编译过程中常见错误信息的解决方法

PHP编译过程中常见错误信息的解决方法 在CentOS编译PHP5的时候有时会遇到以下的一些错误信息,基本上都可以通过yum安装相应的库来解决.以下是具体的一些解决办法: checking for BZip2 support- yes checking for BZip2 in default path- not found configure: error: Please reinstall the BZip2 distribution Fix: yum install bzip2-devel

cwinthread-在VS2005中单个工程里建立两个CWinThread的派生类,编译时发出C2084错误,怎么解决?

问题描述 在VS2005中单个工程里建立两个CWinThread的派生类,编译时发出C2084错误,怎么解决? =====描述===== 我在VS2005中用项目->添加类添加了两个CWinThread类的派生类--CMyThread与CFloatWndThread,现在编译时报C2084错误,百度上都说是函数有定义了两个函数体,但我没发现有什么重定义啊~~请问大家有何高招?? =====代码===== //MyThread.h #include "stdafx.h" // CM

ubuntu-关于用mvn编译java程序的问题

问题描述 关于用mvn编译java程序的问题 INFO:hackathon.launcher:execute script: mvn -T 2C clean package -Dmaven.test.skip=true -f ./draenor/pom.xml [INFO] Scanning for projects... [INFO] Building with 4 threads [INFO] [INFO] ------------------------------------------

求助各位,VS2012 编译 C# 出现的错误,刚写好的时候可以编译,搁了一天后就编译不了了

问题描述 编译的时候提示错误:ALINK:errorAL1047:导入文件"X:XXX.XXX"时出错--试图加载格式不正确的程序.该如何解决呢? 解决方案 解决方案二:X:XXX.XXX是什么文件?解决方案三:该回复于2015-02-28 22:09:15被版主删除解决方案四:当程序编译完成关闭最后要做的一件事就是把整个工程文件夹压缩起来备份,万一有问题可以恢复.解决方案五:引用1楼findcaiyzh的回复: X:XXX.XXX是什么文件? E:ProjectC#TESTobjDe

mingw在win7下编译ffmpeg,出现错误

问题描述 mingw在win7下编译ffmpeg,出现错误 如题,mingw在win7下编译ffmpeg,出现错误,好头大阿~ 解决方案 提示信息有了,你去掉编译选项-Werror=implicit-function-declaration 解决方案二: http://blog.csdn.net/tuenbotuenbo/article/details/25420349 使用兼容的编译器,检查头.库.环境变量 解决方案三: jsoncpp在win7下用mingw编译win7下用MinGW编译wx

链接错误-C++ berkeley db安装后编译链接的奇怪错误。

问题描述 C++ berkeley db安装后编译链接的奇怪错误. 我在centos6.5上安装了berkeley db 6.1.6,是下源代码在本系统上重新编译安装的. 库如下: ll -rt /usr/local/lib -rwxr-xr-x 1 root root 2141065 11月 14 19:46 libdb-6.1.so -rw-r--r-- 1 root root 929 11月 14 19:46 libdb-6.1.la -rw-r--r-- 1 root root 3250

程序错误-MFC程序编译出现下面的错误

问题描述 MFC程序编译出现下面的错误 'fsimp' : cannot convert parameter 4 from 'double (double)' to 'double (__cdecl *)(double)' 这个是求积分的 函数 double CDIALOG1::fsimp(double a,double b,double eps,double (*P)(double)) { int n,k; double h,t1,t2,s1,s2,ep,p,x; n=1; h=b-a; t1

mac-求大神帮忙解决!Mac下在xcode里编译opencv出现下面错误请问怎么回事?

问题描述 求大神帮忙解决!Mac下在xcode里编译opencv出现下面错误请问怎么回事?