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

今天来了公司以后,maven install 时候 突然报错:
maven报错maven only whitespace content allowed before start tag and not \u0 (position: START_DOCUMENT
解决办法 :

1.根据maven报错的路径,找到路径所在 的maven库,然后删除 maven-metadata.xml 这个文件
2.删除整个文件夹
3 clean 重新install
ok

你可能感兴趣的:(maven,maven)