已解决[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.11.3报错问题

前言

如题,在下载解压,修改好rocketmq-dashboard的配置后,准备使用 java -jar rocketmq-dashboard-1.0.1-SNAPSHOT.jar命令构建打包时,打了二十多分钟后出现了这个错误使得打包失败,因此本篇文章主要记录下这个错误,为遇到这个错误的小伙伴儿们提供些帮助!

在这里插入图片描述

错误分析

首先看一下报错误的全部内容:

[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.11.3:yarn (yarn install) on project rocketmq-dashboard: Failed to run task: 'yarn install' failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1) -> [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:

这个错误是Maven构建过程中,在执行frontend-maven-plugin插件的yarn install任务时出现了问题。搞前端的佬应该都知道这个,frontend-maven-plugin是一个用于在Maven项目中集成前端构建工具的插件,它可以让我们在Maven的生命周期中运行如npm、yarn等命令。

MojoFailureException 是Maven中的一个常见错误,它表示一个Maven Mojo(插件的目标)执行失败。比如我我们遇到的这个案例中,失败的Mojo是com.github.eirslett:frontend-maven-plugin:1.11.3:yarn

Failed to run task: ‘yarn install’ failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1) 这表明yarn install命令执行失败,并且这个进程以错误码1退出。

注意:在Unix和类Unix系统中,命令执行失败通常会返回一个非零的退出码,其中1通常表示有错误发生。

错误解析结束后,我们来解决这个Bug!

在这里插入图片描述

问题解决

我们先检查pom.xml中frontend-maven-plugin的配置,确保所有必要的配置都已正确设置。

在这里插入图片描述

既然这两个插件有问题,那么我们就给它解决掉,使用标签给它注释掉:
在这里插入图片描述
注释完成后,发现这一招确实有效:

在这里插入图片描述

本篇文章到这里就结束了,后续会继续分享RocketMQ相关的知识,感谢各位小伙伴们的支持!

在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

打赏作者

小威要向诸佬学习呀

你的鼓励将是我创作的最大动力

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

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

打赏作者

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

抵扣说明:

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

余额充值