Survive by day and develop by night.
talk for import biz , show your perfect code,full busy,skip hardness,make a better result,wait for change,challenge Survive.
happy for hardess to solve denpendies.
导入maven 项目是比较常见的需求。
1.新建工程文件夹
2. 分析模块依赖关系
3. 修改配置文件,三板斧即可。
首先确认公网和私服有,新建工程文件夹
分析模块依赖关系,如果仅仅是单个模块导入,有些文件可能无法下载报错,
可能会出现:
Failed to execute goal on …: Could not resolve dependencies for project xxx.xxx.xxx.xx:jar:…: Failed to collect dependencies at …:Failed to read artifact descriptor for …:Could not find artifact … in nexus-2…
————————————————
一般都是单模块单独启动的问题。
配置命令执行:
mvn -Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true -Dmaven.wagon.http.ssl.ignore.validity.dates=true package
加载配置,修改reso 文件夹,加载2个配置即可。
欢迎阅读,各位老铁,如果对你有帮助,点个赞加个关注呗!~