Why am I getting Unknown error in line 1 of pom.xml?

后端 未结 18 1408
悲&欢浪女
悲&欢浪女 2020-12-02 06:43

Getting unknown error at Line 1 in pom.xml in Eclipse IDE. It was working fine till yesterday, but all of a sudden after updating my project from master and aft

18条回答
  •  温柔的废话
    2020-12-02 07:01

    For me I changed in the parent tag of the pom.xml and it solved it change 2.1.5 to 2.1.4 then Maven-> Update Project

提交回复
热议问题