这是我在运行项目时收到的错误消息。
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for marytts:marytts-lang-ar:5.1-SNAPSHOT: Could not find artifact marytts:marytts:pom:5.1-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 5, column 10
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project marytts:marytts-lang-ar:5.1-SNAPSHOT (C:\Users\Administrator\Desktop\MarryTTS\Arabic Code\Build Code AR\marytts-lang-ar\pom.xml) has 1 error
[ERROR] Non-resolvable parent POM for marytts:marytts-lang-ar:5.1-SNAPSHOT: Could not find artifact marytts:marytts:pom:5.1-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 5, column 10 -> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
Process finished with exit code 1
我该如何解决这个问题?