解决Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4:install的错误

环境:idea编译器,SSM框架。

一.报错:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4:install (default-install) on project XXX: Failed to install metadata XXX/maven-metadata.xml: Could not parse metadata 路径\maven-metadata-local.xml: only whitespace content allowed before start tag and not \u0 (position: START_DOCUMENT seen \u0... @1: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:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] Maven execution terminated abnormally (exit code 1)

Java项目编译时报错。

二.原因:

不能编译xx路径下的maven-metadata-local.xml,这个maven-metadata-local.xml的作用是记录了项目元数据,例如groupId,artifactId,version。我们的每次提交都会更新maven-metadata-local.xml,当在maven仓库下载jar包时,也会根据这个文件进行jar包的查找。

没有关项目,又直接运行了,maven-metadata-local.xml被占用无法编译。

三.解决:

找到路径下的maven-metadata-local.xml,删除掉,然后clean一下项目就可以了。

评论 6
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值