当前位置:网站首页>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
边栏推荐
- [source code analysis] model parallel distributed training Megatron (5) -- pipestream flush
- STM32 external DHT11 display temperature and humidity
- 数据库SQL语句汇总,持续更新......
- 基于PHP的轻量企业销售管理系统
- Katalon framework tests web (XXI) to obtain element attribute assertions
- JVM family -- heap analysis
- 华为云鲲鹏工程师培训(广西大学)
- Spa in SDP
- Infiltration practice guest account mimikatz sunflower SQL rights lifting offline decryption
- 深度优先搜索简要讲解(附带基础题)
猜你喜欢
Wechat official account web page authorization
渗透实战-guest账户-mimikatz-向日葵-sql提权-离线解密
Penetration practice - sqlserver empowerment
JVM family -- heap analysis
Defensive programming skills
Balance between picture performance of unity mobile game performance optimization spectrum and GPU pressure
SQL語句加强練習(MySQL8.0為例)
还原窗口位置的微妙之处
Add IDM to Google browser
微信公众号网页授权
随机推荐
[source code analysis] model parallel distributed training Megatron (5) -- pipestream flush
Jenkins configures IP address access
Sales management system of lightweight enterprises based on PHP
Objective-C member variable permissions
基于PHP的轻量企业销售管理系统
Explain AI accelerator in detail: why is this the golden age of AI accelerator?
Introduction to asynchronous task capability of function calculation - task trigger de duplication
Which product is better if you want to go abroad to insure Xinguan?
JDBC advanced
Katalon框架测试web(二十六)自动发邮件
支持首次触发的 Go Ticker
what does ctrl + d do?
Monitoring - Prometheus introduction
warning: LF will be replaced by CRLF in XXXXXX
数据库SQL语句汇总,持续更新......
图解网络:什么是热备份路由器协议HSRP?
Slurm view node configuration information
【.NET+MQTT】.NET6 環境下實現MQTT通信,以及服務端、客戶端的雙邊消息訂閱與發布的代碼演示
Leetcode51.n queen
STM32外接DHT11显示温湿度