当前位置:网站首页>There is a problem that the package cannot be parsed in the like project
There is a problem that the package cannot be parsed in the like project
2022-07-04 04:00:00 【Hi Mei】
1. There is a coordinate problem
If the like coordinate appears after importing
Could not find artifact com.youzan.cloud:open-sdk-gen:pom:1.0.5.201909051746-RELEASE
Could not find artifact com.youzan.cloud:open-sdk-core:pom:1.0.5-RELEASE
or
Unable to resolve com.youzan.cloud:open-sdk-gen:pom:1.0.5.201909051746-RELEASE
Unable to resolve com.youzan.cloud:open-sdk-core:pom:1.0.5-RELEASE
At this time, check pom.xml Has it been imported
<!-- Configure remote warehouse -->
<repositories>
<repository>
<id>baymax-releases</id>
<name>Nexus Release Repository</name>
<url>http://maven.youzanyun.com/repository/maven-releases/</url>
</repository>
</repositories>
But this problem has occurred to me , In the project pom.xml Introduced remote warehouse , It's OK to use it before , Recently from svn Download the project and find it loaded maven The above problems occurred during the package , At first, I thought there was no problem with accessing and checking the remote warehouse
2. solve the problem
So I thought it was maven setting.xml
So I went to the local maven Configuration file for
Comment on the original remote warehouse image of Alibaba , Add a parsing warehouse with likes
<mirror>
<id>youzan-nexus-snapshot</id>
<name>Maven Repository Mirror running on maven.youzanyun.com</name>
<url>http://maven.youzanyun.com/repository/maven-public</url>
<mirrorOf>*</mirrorOf>
</mirror>
Then go back to project refresh maven It's settled.
After the solution, I'm removing the previous Alibaba parsing comments
边栏推荐
- 【读书会第十三期】多媒体处理工具 FFmpeg 工具集
- Recursive structure
- AAAI2022 | Word Embeddings via Causal Inference: Gender Bias Reducing and Semantic Information Preserving
- Consul of distributed service registration discovery and unified configuration management
- [paddleseg source code reading] normalize operation of paddleseg transform
- [PaddleSeg 源码阅读] PaddleSeg计算Dice
- Katalon框架测试web(二十六)自动发邮件
- Katalon framework test web (XXVI) automatic email
- Katalon framework tests web (XXI) to obtain element attribute assertions
- Support the first triggered go ticker
猜你喜欢
如何有效远程办公之我见 | 社区征文
用于TCP协议交互的TCPClientDemo
EV6 helps the product matrix, and Kia is making efforts in the high-end market. The global sales target in 2022 is 3.15 million?
JSON string conversion in unity
Penetration practice - sqlserver empowerment
图解网络:什么是热备份路由器协议HSRP?
GUI Graphical user interface programming (XIV) optionmenu - what do you want your girlfriend to wear on Valentine's day
Balance between picture performance of unity mobile game performance optimization spectrum and GPU pressure
SQL語句加强練習(MySQL8.0為例)
[source code analysis] model parallel distributed training Megatron (5) -- pipestream flush
随机推荐
"Implement both software and hardware" to help build a new cloud computing data center
Calculate the odd sum of 1~n (1~100 as an example)
数据库SQL语句汇总,持续更新......
Which product is better for 2022 annual gold insurance?
[paddleseg source code reading] paddleseg calculation dice
How to dynamically cache components in Vue multi-level route nesting
[PaddleSeg 源码阅读] PaddleSeg Transform 的 Normalize操作
Leetcode51.n queen
Tcpclientdemo for TCP protocol interaction
CesiumJS 2022^ 源码解读[0] - 文章目录与源码工程结构
Objective-C member variable permissions
Learning video website
JVM family -- monitoring tools
新型数据中心,助力加快构建以数据为关键要素的数字经济
选择排序与冒泡排序模板
1289_FreeRTOS中vTaskSuspend()接口实现分析
JDBC 进阶
Katalon framework tests web (XXI) to obtain element attribute assertions
Aperçu du code source futur - série juc
[source code analysis] model parallel distributed training Megatron (5) -- pipestream flush