79470596

Date: 2025-02-26 17:36:49
Score: 1.5
Natty:
Report link

From the error message it looks your maven-metadata.xml file is corrupteed. so if you open this file C:\Users\NOKIA_ADMIN.m2\repository\us\nok\mic\hrm\portal\portlet\basic-details-nok-form-portlet\maven-metadata-local.xml you should find \u0 at the start of the first line. that is not allowed as it is outside the start tag. you may just remove these additional characters then try again, or delete the whole maven-metadata-local.xml file as it is inside .m2 folder and will be auto generated when you run your mvn command again.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: AhmedY