问题:maven打包时报错
Failure to find com.dingding:dingtalk:pom:1.0.0 in http://10.200.8.27:8081/repository/kfs-group-dev/ was cached in the local repository, resolution will not be reattempted until the update interval of kfs-group-dev has elapsed or updates are forced
原因:maven在私有库中找不到指定的jar包
setting.xml文件中配置的是本地nexus私有库,上传jar包后未起作用。
解决:勾选Generate a POM file with these coordinates(使用这些坐标生成POM文件)选项即可

文章讲述了Maven打包时遇到的问题,即在本地Nexus私有库中找不到特定的jar包。解决方案是在setting.xml中配置时,勾选GenerateaPOMfilewiththesecoordinates选项以生成包含正确坐标信息的POM文件。
5835





