APACHE-ATLAS-2.1.0 - 【编译打包】- 在WINDOWS下使用命令行编译打包报错:MAVEN强制插件设置的规则,检查项未通过

错误内容

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.558 s
[INFO] Finished at: 2023-05-16T17:01:22+08:00
[INFO] Final Memory: 38M/307M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (enforce-versions) on project apache-atlas: Some Enforcer rules have failed. Look above for specific messages explaining why the rule failed. -> [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 <goals> -rf :apache-atlas

解决方案

方案一:

将Enforcer插件注释掉即可,次操作并不影响项目的真正编译和打包。
在这里插入图片描述

方案二:

跳过Enforcer插件的强制约束,在构建的命令加上跳过的指令,如使用:-Denforcer.skip=true

mvn clean install -DskipTests -Denforcer.skip=true
方案三:

跳过Enforcer插件在规则校验失败不影响构建流程,在构建的命令上加指令,如使用:-Denforcer.fail=false

mvn install 
mvn clean install -DskipTests -Denforcer.fail=false
方案四:

在IDEA中设置跳过Enforcer插件的强制约束,如下操作步骤。
在这里插入图片描述
在这里插入图片描述

ATLAS的打包命令如下:在这里插入图片描述

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

cloneme01

谢谢您的支持与鼓励!

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值