Maven打包提示dependencies.dependency.systemPath错误
程序员文章站
2022-03-24 20:32:57
Maven打包提示dependencies.dependency.systemPath错误具体信息如下:Some problems were encountered while building the effective model for com.cs:xxx:jar:0.0.1-SNAPSHOT'dependencies.dependency.systemPath' for org.taobao.dingtalk:dingtalk_1479188381469:jar should not poi...
Maven打包提示dependencies.dependency.systemPath错误
具体信息如下:
Some problems were encountered while building the effective model for com.cs:xxx:jar:0.0.1-SNAPSHOT
'dependencies.dependency.systemPath' for org.taobao.dingtalk:dingtalk_1479188381469:jar should not point at files within the project directory, ${basedir}/src/main/lib/taobao-sdk-java-auto_1479188381469-20200817.jar will be unresolvable by dependent projects @ line 32, column 25
It is highly recommended to fix these problems because they threaten the stability of your build.
For this reason, future Maven versions might no longer support building such malformed projects.
修改方法,将${basedir}修改为${pom.basedir}即可
本文地址:https://blog.csdn.net/weixin_43938908/article/details/108678418
上一篇: 李祖娥是什么出身?她的一生有多坎坷
下一篇: 机房上不了网 都是还原卡惹的祸
推荐阅读
-
Maven项目打包发布时提示test文件的编译错误
-
Maven打包提示dependencies.dependency.systemPath错误
-
解决vue项目打包后提示图片文件路径错误的问题
-
Android studio 4.1打包失败和插件错误提示的解决
-
IDEA 使用Maven构建项目提示:Error:java: 错误: 不支持发行版本 5
-
Maven打包错误:Failed to execute goal on project client: Could not resolve dependencies for project
-
Maven项目打包发布时提示test文件的编译错误
-
maven中Dynamic Web Module 3.0 requires Java 1.6 or newer错误提示
-
解决vue项目打包后提示图片文件路径错误的问题
-
解决maven打包 错误: 程序包com.sun.istack.internal不存在 - BBSMAX