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

相关文章
相关标签/搜索