使用mvn打包报错
程序员文章站
2022-07-15 12:46:51
...
使用mvn打包报错
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:2.17:check (verify) on project rocketmq-example: Failed during checkstyle execution: There are 2 errors reported by Checkstyle 6.11.2 with style/rmq_checkstyle.xml ruleset. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <args> -rf :rocketmq-example
加-Dcheckstyle.skip就好了
mvn -Prelease-all -DskipTests -Dcheckstyle.skip clean install -U
上一篇: mvn site 报错
下一篇: mvn 包冲突的解决方案
推荐阅读
-
MindManager思维导图怎么使用打包并转到功能?
-
Vue-cli配置打包文件本地使用的教程图解
-
node app 打包工具pkg的具体使用
-
使用cmd运行mysql数据库的时候,报错:"不是内部命令也不是可有运行的程序"问题的解决办法
-
JS中内嵌函数中this关键字的使用(报错)
-
使用electron将vue-cli项目打包成exe的方法
-
使用koa-mysql-session时报错
-
AndroidStduio3.0 使用gradle将module打包jar文件的方法
-
php文件打包 下载之使用PHP自带的ZipArchive压缩文件并下载打包好的文件
-
详解如何使用webpack打包多页jquery项目