报错 Too many files with unapproved license

wylc123 1年前 ⋅ 238 阅读

 

Failed to execute goal org.apache.rat:apache-rat-plugin:0.12:check (default) on project flink-parent: Too many files with unapproved license: 4 See RAT report in: D:\ffffff\flink-release-1.10.0\flink-release-1.10.0\target\rat.txt


增加 -Drat.skip=true 参数 ,跳过licensing 检查

需要通过cmd命令,在项目的目录下,手动执行 **mvn -Prelease-nacos -DskipTests -Drat.skip=true clean install -U**

注意:不要使用管理员命令工具PowerShell。idea默认PowerShell可以切换:


相关文章推荐