当前位置:网站首页>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
边栏推荐
- Spa in SDP
- 数据库SQL语句汇总,持续更新......
- Monitoring - Prometheus introduction
- Cesiumjs 2022^ source code interpretation [0] - article directory and source code engineering structure
- Storage of MySQL database
- Detailed explanation of PPTC self recovery fuse
- Two sides of the evening: tell me about the bloom filter and cuckoo filter? Application scenario? I'm confused..
- What are the virtual machine software? What are their respective functions?
- How to dynamically cache components in Vue multi-level route nesting
- CesiumJS 2022^ 源码解读[0] - 文章目录与源码工程结构
猜你喜欢

渗透实战-guest账户-mimikatz-向日葵-sql提权-离线解密

Package details_ Four access control characters_ Two details of protected

Objective-C description method and type method

GUI Graphical user interface programming (XIV) optionmenu - what do you want your girlfriend to wear on Valentine's day

Recursive structure

MySQL one master multiple slaves + linear replication

渗透实战-SQLServer提权

Reduce function under functools

Monitoring - Prometheus introduction

Pytest multi process / multi thread execution test case
随机推荐
Sales management system of lightweight enterprises based on PHP
JVM family -- heap analysis
JDBC 进阶
Katalon框架测试web(二十六)自动发邮件
Consul of distributed service registration discovery and unified configuration management
Cesiumjs 2022^ source code interpretation [0] - article directory and source code engineering structure
2022-07-03:数组里有0和1,一定要翻转一个区间,翻转:0变1,1变0。 请问翻转后可以使得1的个数最多是多少? 来自小红书。3.13笔试。
Katalon中控件的参数化
Graduation summary
Jenkins configures IP address access
深度优先搜索简要讲解(附带基础题)
Zlmediakit compilation and webrtc push-pull flow testing
Spa in SDP
Nbear introduction and use diagram
pytest多进程/多线程执行测试用例
STM32外接DHT11显示温湿度
【愚公系列】2022年7月 Go教学课程 002-Go语言环境安装
Summary of Chinese remainder theorem
Which product is better for 2022 annual gold insurance?
[Yugong series] go teaching course 002 go language environment installation in July 2022