Maven報錯was cached in the local repository.
在使用maven clean package時報錯,
具體資訊
[ERROR] Failed to execute goal on project rabbitmq-user: Could not resolve dependencies for project com.wangyk.rabbitmq:rabbitmq-user:jar:1.0.0: The following artifacts could not be res olved: com.google.zxing:core:jar:3.2.0, com.google.zxing:javase:jar:3.3.0, fr.w3blog:zebra-zpl:jar:0.0.1: Failure to find com.google.zxing:core:jar:3.2.0 in http://10.158.34.100:8081/nexus /content/groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of nexus has elapsed or updates are forced -> [Help 1]
原因:本地的jar包與私服nexus的jar包不同步,我這裡的原因是因為自己下載jar包到本地倉庫,打包的時候用的是私服的倉庫,從而報錯。
解決辦法:刪除本地倉庫的jar包,確保私服nexus中有需要用到的jar包
相關推薦
Maven報錯was cached in the local repository.
在使用maven clean package時報錯, 具體資訊 [ERROR] Failed to execute goal on project rabbitmq-user: Could not resolve dependencies for project com.wangyk.rab
MAVEN奇葩問題was cached in the local repository, resolution will not be reattempted until
[ERROR] Non-resolvable import POM: Failure to find org.springframework.cloud:spring-cloud-dependencies:pom:Finchley.M7 in https://maven.aliyun.com/reposito
Maven錯誤:was cached in the local repository, resolution will not be reattempted until the update
問題 在Idea中使用maven將springboot專案打成jar包(使用idea- maven projects->具體專案->package命令 ),報錯如下: 在網上找到解決辦法如下:特此記錄. 解決辦法 1.刪除~/.m2/repository
Maven 錯誤 Failure to transfer ...was cached in the local repository...
問題描述 在使用公司內部的maven倉庫編譯專案時,由於新加入了幾個依賴包,第一次編譯失敗了,此後在修復了公司內部maven倉庫後編譯專案出現錯誤: Failure to transfer xmlpull:xmlpull:jar:1.1.3.1 from
Maven經典錯誤之三:was cached in the local repository, resolution will not be reattempted until the upda
常見錯誤: Multiple annotations found at this line:- No plugin found for prefix 'war' in the current proj
was cached in the local repository
[INFO] Scanning for projects... [ERROR] [ERROR] Some problems were encountered while processing the POMs: [FATAL] Non-resolvable parent POM for com.kq
Failure to find net.sf.json-lib:json-lib:jar:2.4 in http://uk.maven.org/maven2/ was cached in...
Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Failure to find net.sf.json-lib:json-lib:jar:1.5:2.4 in http://uk
VxVM報錯“Some volumes in the disk group are in use”的原因和解決方法
在使用SYMANTEC的VxVM卷管理軟體時,執行vxdg deport磁碟組(disk group)時報錯“Some volumes in the disk group are in use”,形如: # vxdg deport testdg VxVM vxdg ERROR V-5-1-584 D
解決linux下sudo更改檔案許可權報錯xxxis not in the sudoers file. This incident will be reported.
Linux中普通使用者用sudo執行命令時報”xxx is not in the sudoers file.This incident will be reported”錯誤,解決方法就是在/etc/sudoers檔案裡給該使用者新增許可權。如下: 1.切
hive啟動報錯之2、The specified datastore driver ("com.mysql.jdbc.Driver") was not found in the CLASSPATH.
報錯資訊如下: [[email protected] bin]$ ./hive Missing Hive Execution Jar: /opt/soft/apache-hive-1.1.0-cdh5.7.0-bin/lib/hive-exec-*.jar 考慮的
關於An invalid character [44] was present in the Cookie value 報錯問題的解決辦法(記錄錯誤)
從報錯字面意思來看是在cookie的value中ascll為 44的字元有錯,即是“,” 逗號有問題,經過查閱資料發現是tomcat的版本問題,我的tomcat是5.5版本,比我這個版本高的都是可以的,於是我選擇將逗號換成了其他的符號eg ('#')就解決了問題。
maven報錯 the goal you specified requires a project to execute but there is no POM in this direct...
linux下的maven mvn install報以下錯誤 the goal you specified requires a project to execute but there is no POM in this directory(自己的路徑).Please ve
EntityFramework 啟用遷移 Enable-Migrations 報異常 "No context type was found in the assembly"
update 五個 作用 services 繼承 。。 common www log 轉自:http://www.cnblogs.com/stevenhqq/archive/2013/04/18/3028350.html 以前做項目的時候,沒有采用分類庫的形式,所以遷移一
eclipse升級Android SDK Tool版本到25.2.5後運行項目報錯Unable to build: the file dx.jar was not loaded from the SDK folder
com 但是 概述 details bsp 更新 href unable 解決辦法 概述 由於最近通過SDK-Manager更新了build-tools,當要用到dx.jar這個包時,自動調用最新版本Android SDK build-tools中dx.jar,但是運行a
MATLAB讀視訊報錯 Unable to initialize the video obtain properties (videoreader in Matlab)
這個bug卡了半天,這裡記錄一下 Error using VideoReader/init (line 619) Could not read file due to an unexpected error. Reason: Unable to initialize the video obtain
小程式執行報錯:“Failed to load local image resource xxx.png the server responded with?
錯誤原因: 由於這是因為初始化的時候,變數還沒渲染進去導致的。 解決方法: 在src前面加個: wx:if<image wx:if='{{customerLevel.value}}' class
Hadoop報錯 Failed to locate the winutils binary in the hadoop
1 發現問題在虛擬機器中搭建了hadoop叢集,在windows中通過程式碼訪問報錯15/06/11 15:35:50 ERROR Shell: Failed to locate the winutils binary in the hadoop binary pathjava
How to change the GitHub password which has cached in your local
When you changed your password of Github in the remote, then run git fetch, git pull so on you will get the prompt remote: Invalid username o
EntityFramework 啟用遷移 Enable-Migrations 報異常 "No context type was found in the assembly"
以前做專案的時候,沒有采用分類庫的形式,所以遷移一致非常順利,沒有出現過任何狀況。 這次做專案稍微有點大,必須要分類庫才方便開發維護。 在解決方案中啟用專案EntityFramework遷移時卻發生了異常。 異常說在我的專案中沒有找到DBContext類。 這個DBCont
fiddler報錯"creation of the root certificate was not successful"
appdata fiddler data sha1 -s 監控 系統 執行 大於 在使用Fiddler抓包時,我們有時需要抓https協議的包,這種需要配置一下 開啟監控https才可以 首先 找到Tools——>Options 在彈出