欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

mvn install:install-file 报错解决

程序员文章站 2022-07-15 18:47:34
...

mvn install:install-file 报错解决

我的命令如下

mvn install:install-file -Dfile=C:\Users\lyx\Desktop\desktop_file\nengxun_huanjing\duanxin\cankaodaima\Java3.1\postmsg-ump-3.1\lib\postmsg-ump-2.4.1.jar -DgroupId=cn.com.xuanwu.protobuf-java -DartifactId=protobuf-java -Dversion=2.4.1 -Dpackaging=jar

出现的错误如下:

mvn install:install-file 报错解决

最终的解决方式是

在 maven setting 配置文件添加 mirror 镜像, 我用的是阿里的镜像

mvn install:install-file 报错解决

然后运行

mvn install:install-file 报错解决

OK

相关标签: 问题