用sts工具new spring starter project后pom.xml第一行包Unknown错误

用sts 自动创建springboot项目后pom.xml报错,如下图
用sts工具new spring starter project后pom.xml第一行包Unknown错误
用sts工具new spring starter project后pom.xml第一行包Unknown错误
用sts工具new spring starter project后pom.xml第一行包Unknown错误
用sts工具new spring starter project后pom.xml第一行包Unknown错误
我们用的boot版本是最新的2.1.5版本,结果pom.xml第一行报错 Unknown

经过找错,发现了两种解决方案,但是具体为啥这样就不报错还没查出来

方案一:
加上war
用sts工具new spring starter project后pom.xml第一行包Unknown错误
方案二:
把版本改成2.1.4
用sts工具new spring starter project后pom.xml第一行包Unknown错误

具体原因待查,欢迎解惑