java開發工具問題集錦之maven

一、mvn本地安裝jar包到本地倉庫app

mvn install:install-file -DgroupId=com.alibaba -DartifactId=druid -Dversion=1.0.16 -Dpackaging=jar -Dfile=druid-1.0.16.jarui

二、[WARNING] *** CHECKSUM FAILED - Checksum failed on downloadio

I manually deleted the artifacts from Archiva and used Archiva to upload them again. This solved my problem. There appeared to be duplicate POMs, JARs, etc in Archiva for the versions that were giving the checksum errors.(若是是公司的私服鏡像,刪除指定的文件後,從新更新就能夠了)sed

相關文章
相關標籤/搜索