[Solved] Read file XXX /pom.xml Error when Maven is configured in idea

reason

The settings.xml in the conf directory under the Maven installation directory is incorrectly configured
I forgot to complete <mirrors></mirrors>

Solution:

Check settings.xml for syntax errors

Read More: