Maven打包失败,报错:Failed to collect dependencies...
Dependencies
A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load dependencies issues.
项目地址:https://gitcode.com/gh_mirrors/de/Dependencies
免费下载资源
·
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 年前
更多推荐
已为社区贡献8条内容
所有评论(0)