admin管理员组

文章数量:1618729

问题: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文件)选项即可

本文标签: 报错Findxxpomfailure