一、问题描述
Jeesite4.0
update project... 时,pom.xml报错
Missing artifact com.jeesite:jeesite-module-core:jar:4.0-SNAPSHOT
Missing artifact com.jeesite:jeesite-module-devtools:jar:4.0-SNAPSHOT
如图:

报错原因
pom.xml无法自动依赖jeesite-module-core-4.0-SNAPSHOT.jar和jeesite-module-devtools-4.0-SNAPSHOT.jar两个架包
二、解决办法
1、点击下载jeesite-module-core-4.0-SNAPSHOT.jar和jeesite-module-devtools-4.0-SNAPSHOT.jar架包
2、下载架包后,在桌面新建一个temp文件夹,也可以自定义,然后拷贝架包到该目录下,例如我的目录是C:\Users\tevo\Desktop\temp\
3、win+R快捷键输入cmd,回车打开命令窗口,执行命令
3.1 依赖jeesite-module-core-4.0-SNAPSHOT.jar