Failed to execute goal on ...: Could not resolve dependencies for project xxx.xxx.xxx.xx:jar:...: Failed to collect dependencies at ...:Failed to read artifact descriptor for ...:Could not find artifact ... in nexus-2....

我出现这种错误的操作
手动添加jar包到本地mavne的仓库的指定文件夹下,但是手动添加进去的jar文件和通过命令打包到本地maven仓库中的文件是不一样的。通过命令生成的文件大概是:

_remote.repositories
xxx.pom
xxx.pom.sha1
xxx.jar
xxx.jar.sha1

对应解决方法:通过mvn命令下载jar文件
**注意:**要确保本地有你要下载的jar文件,然后再执行mvn命令加载到本地的maven仓库中

mvn install:install-file -Dfile=D:/temp/geocoding-1.1.1.jar -DgroupId=com.demo -DartifactId=geocoding -Dversion=1.1.1 -Dpackage=jar

如果不是以上问题导致的错误,可以尝试先打包父工程,然后在打包子模块应该就可以解决以上问题。

GitHub 加速计划 / de / Dependencies
8.6 K
704
下载
A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load dependencies issues.
最近提交(Master分支:1 个月前 )
1997a400 - 2 年前
2f423539 - 2 年前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐