2021-09-02 在idea中配置maven时,导入本地包
在idea中配置maven时报错:
Could not find artifact com.xxxx:bikini:pom:1.0.0 in tencent_spark_repo (https://mirrors.tencent.com/repository/maven/tencent_spark_release)
原因是网上确实缺失这个依赖,因此需要从网上找到jar包,下载到本地后手动导入。
在cmd中运行
mvn install:install-file -DgroupId=com.xxxx -Dar
原创
2021-09-02 16:57:31 ·
436 阅读 ·
0 评论