Non-resolvable parent POM: Could not find artifact and ‘parent.relativePath’ points at wrong local POM @
使用idea打包可以,用命令打包失败问题
[INFO] Scanning for projects…
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project :(BusiGateway\pom.xml) has 1 error
[ERROR] Non-resolvable parent POM: Could not find artifactTO:pom:3.0.0-SNAPSHOT and ‘parent.relativePath’ points at wrong local POM @ line 6, column 13 -> [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
command success
错误原因
使用命令打包读取的maven默认的配置文件apache-maven-3.2.5\conf\settings.xml,我配置的其他地方的路径造成的,把你本地读取的settings.xml文件放到默认路径重新打包就可以了
希望对你们有所帮助。