【error】maven打包报错,Failed to execute goal org.apache.maven.plugins,idea报错找不到符号
目录
1. 无法加载主类
error:
原因: target目录不存在或为空。
解决方案: 重新打maven包;选中项目右击 — Build Module ‘xxxx’ — 生成target文件即可;重新运行项目,不会报错了;
2. Some problems were encountered while building the effective model for com.ectit:rmt-service:jar:
【error】:
Some problems were encountered while building the effective model for com.ectit:rmt-service:jar:1.0-SNAPSHOT
‘build.plugins.plugin.version’ for org.springframework.boot:spring-boot-maven-plugin is missing. @ line 140, column 21
It is highly recommended to fix these problems because they threaten the stability of your build.
For this reason, future Maven versions might no longer support building such malformed projects.
3.打包报错
错误信息: Java: 找不到符号
解决方案:
- 检查jdk配置是否正确
- 考虑项目编码设置不对,在如下图的位置选择utf-8的编码格式
3. 将父级的包install一下再打包
4. Failed to execute goal org.apache.maven.plugins
【error】
Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project rmt:
Deployment failed: repository element was not specified in the POM inside distributionManagement element or in -
DaltDeploymentRepository=id::layout::url parameter -> [Help 1]
解决方案: 先将父级项目 install 一下。
来源地址:https://blog.csdn.net/qq_43622777/article/details/128332997
免责声明:
① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。
② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341