thingsboard 编译失败,报错 Failed to execute goal com.mycila:license-maven-plugin:3.0:check (default) on project thingsboard
ERROR] Failed to execute goal com.mycila:license-maven-plugin:3.0:check (default) on project thingsboard: Some files do not have the expected license header -> [Help 1]
License检查不通过
[ERROR] Failed to execute goal com.mycila:license-maven-plugin:3.0:check (default) on project thingsboard: Some files do not have the expected license header -> [Help 1]
解决方案:在根目录pom.xml中屏蔽license-maven-plugin
搜索license-maven-plugin,将整个plugin都注释掉
ThingsBoard 物联网平台编译时,报以下错误: Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.0:npm (npm install) on proje…