博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
maven编译错误maven-assembly-plugin:2.2-beta-5:assembly (default-cli) on project
阅读量:5153 次
发布时间:2019-06-13

本文共 1105 字,大约阅读时间需要 3 分钟。

maven对项目编译时报错

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5:assembly (default-cli) on project video: Error reading assemblies: No assembly descriptors found. -> [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

因为pom.xml中缺少

maven-assembly-plugin
com.test.MainClassName
jar-with-dependencies
make-assembly
package
single

添加上之后成功编译

转载于:https://www.cnblogs.com/timeTraveler/p/10002398.html

你可能感兴趣的文章
【JavaScript】离线应用与客户端存储
查看>>
2014.12.3 ---Thema:Node.js
查看>>
[转载]启示录:产品原则和产品评审团
查看>>
USACO Training3.3 A Game【区间Dp】 By cellur925
查看>>
修改默认input type=file 样式
查看>>
django 基础框架学习 (二)
查看>>
python学习之内存机制
查看>>
SQL思维导图总结
查看>>
清除浮动塌陷
查看>>
电影项目 (一)
查看>>
Swift加载Xib创建的Controller
查看>>
WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!
查看>>
每天一个Linux命令 - 【chkconfig】
查看>>
△UVA10106 - Product(大数乘法)
查看>>
golang (7) 文件操作
查看>>
关于 Object.defineProperty()
查看>>
免认证的ssh登录设置
查看>>
Win10中VMware14安装CentOS7详细步骤
查看>>
Oracle SOA Suite OverView
查看>>
APP和服务端-架构设计(二)
查看>>