admin管理员组

文章数量:1565284

maven项目点击clean出现问题:

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


把basedir前面改为pom

本文标签: 项目problemscleanmavenEffective