maven项目clean,Some problems were encountered while building the effective model for

maven项目点击clean出现问题:
maven项目clean,Some problems were encountered while building the effective model for_第1张图片

Some problems were encountered while building the effective model for com.whgk:robotclient:jar:1.0.1-SNAPSHOT
'dependencies.dependency.systemPath' for com.intellif.iface:IFaaS4E:jar should not point at files within the project directory, ${project.basedir}/src/main/resources/lib/IFassSDK.jar will be unresolvable by dependent projects @ line 195, column 25
'dependencies.dependency.systemPath' for com.sdk:Infrared:jar should not point at files within the project directory, ${project.basedir}/src/main/resources/lib/InfraredSDK.jar will be unresolvable by dependent projects @ line 203, column 25
It is highly recommended to fix these problems because they threaten the stability of your build.
For this reason, future Maven versions might no longer support building such malformed projects.

target文件夹也没有删除

导入别人项目出现的问题;应该是’dependencies.dependency.systemPath’出现问题
在pom文件里全局搜索systemPath

maven项目clean,Some problems were encountered while building the effective model for_第2张图片
把basedir前面改为pom

maven项目clean,Some problems were encountered while building the effective model for_第3张图片

你可能感兴趣的:(work)