请帮助我理解这一点.我目前的理解是,我创建的Maven项目将首先以JAR格式打包并放入存储库中.在生成时,将解压缩该项目,并将所需的文件放置在目标文件夹中.这样对吗?造成异常的原因是什么?Please help me understand this point. My current understanding is that the Maven project created by me will be first packed in JAR form and put in the repository. At build time, this project will be unpacked, and the required files will be placed in the target folder. Is this correct? And what is the cause of the exception?我尝试了很多搜索,但是找不到答案.I tried searching a lot, but couldn't find an answer.推荐答案看起来像这个问题吗? http://jira.codehaus.org/browse/MDEP-194一种解决方案似乎是升级dependency-unpack插件并指定mvn install(而不是mvn测试)Looks like this issue?http://jira.codehaus.org/browse/MDEP-194A solution seems to be to upgrade the dependency-unpack plugin and specify mvn install (instead of mvn test) 这篇关于获取“未知的存档器类型". Eclipse构建Maven项目时出现异常的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
08-24 11:52