Error while compiling and running spring boot project in intellij and vscode
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-parseable POM E:\sbalacha\.m2\repository\org\springframework\boot\spring-boot-starter-parent\3.3.0\spring-boot-starter-parent-3.3.0.pom: Expected root
element 'project' but found 'html' (position: START_TAG seen ...tp://www.w3.org/1999/xhtml" class="no-js" xml:lang="en" lang="en">... @3:82) @ E:\sbalacha\.m2\repository\org\springframework\boot\spring-boot-starter-parent\3.3.0\spring-boot-starter-parent-3.3.0.pom, line 3, column 82
Getting this error while i run the spring boot project in intellij and vs code.
i have installed maven 3.9.8, java 17 and spring boot version 3.3.0
why this error occurs? Can anyone help on this?