欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

only whitespace content allowed before start tag and not \u0

程序员文章站 2022-07-04 18:22:10
...
背景:eclipse开发工具正在运行,电脑蓝屏,无奈重启电脑
现象:打开eclipse的时候,执行mvn install -x,报错如下:
only whitespace content allowed before start tag and not \u0。。。。
不知道什么鬼
解决方案:删除正在打包的项目(如app-common)的对应打包路径(本地maven仓库repository)下的maven-metadata-local.xml文件,再次执行mvn install -x,成功打包
相关标签: eclipse maven