其他分享
首页 > 其他分享> > maven:only whitespace content allowed before start tag and not \u0 (position: START_DOCUMENT

maven:only whitespace content allowed before start tag and not \u0 (position: START_DOCUMENT

作者:互联网

记录maven打包时,电脑断电后,再次打包失败,出现: only whitespace content allowed before start tag and not \u0 (position: START_DOCUMENT seen \u0... @1:1)异常

解决方式:

  1. 在.m2文件夹下搜索maven-metadata-local.xml文件,找到你要打包的那个项目名称对应的这个文件,我这里的路径是'C:\Users\ZHUO\.m2\repository\org\example\项目打包jar名称'
  2. 把所有文件删掉,重新打包,成功!

标签:maven,whitespace,u0,content,START,tag,allowed,打包,before
来源: https://blog.csdn.net/blood_Z/article/details/120454122