Skipping some license tests in Maven

╄→尐↘猪︶ㄣ 提交于 2019-11-30 06:42:57

I would suggest to read the documentation which brings up the following:

mvn -Drat.ignoreErrors=true package

What is also possible to skip it completely via:

mvn -Drat.skip=true package

Run the build with this parameter -Drat.numUnapprovedLicenses=100

In pom file change version as below apache-rat-plugin 0.12

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!