当前位置:网站首页>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
边栏推荐
- STM32 external DHT11 display temperature and humidity
- [paddleseg source code reading] paddleseg calculation dice
- Go 语言入门很简单:Go 实现凯撒密码
- [source code analysis] model parallel distributed training Megatron (5) -- pipestream flush
- Session learning diary 1
- Simple dialogue system -- text classification using transformer
- 支持首次触发的 Go Ticker
- Smart subway | cloud computing injects wisdom into urban subway transportation
- Redis notes (I) Linux installation process of redis
- Tcpclientdemo for TCP protocol interaction
猜你喜欢
ctf-pikachu-CSRF
Wechat official account web page authorization
postgresql 用户不能自己创建表格配置
MySQL maxscale realizes read-write separation
Reduce function under functools
选择排序与冒泡排序模板
Tcpclientdemo for TCP protocol interaction
微信公众号网页授权
Redis notes (I) Linux installation process of redis
Select sorting and bubble sorting template
随机推荐
Add IDM to Google browser
Spa in SDP
What are the virtual machine software? What are their respective functions?
A review of reverse reinforcement learning at Virginia Tech (VT)
AAAI2022 | Word Embeddings via Causal Inference: Gender Bias Reducing and Semantic Information Preserving
Support the first triggered go ticker
Formulaire day05
支持首次触发的 Go Ticker
MySQL backup notes
My opinion on how to effectively telecommute | community essay solicitation
Detailed explanation of PPTC self recovery fuse
Learning video website
Eh, the log time of MySQL server is less than 8h?
Objective-C member variable permissions
Object oriented -- encapsulation, inheritance, polymorphism
Explain AI accelerator in detail: why is this the golden age of AI accelerator?
JVM family -- monitoring tools
选择排序与冒泡排序模板
Which product is better if you want to go abroad to insure Xinguan?
[PaddleSeg 源码阅读] PaddleSeg计算 mIoU