[Solved] Non-resolvable parent POM: Could not transfer artifact org.apache:apache:pom:14

Created by Jerry Wang, last modified on Aug 14, 2015

When you use Maven build, you meet with the following error message: Non-resolvable parent POM: Could not transfer artifact org.apache:apache:pom:14 from/to central(https://repo1.maven.org/maven2): repo1.maven.org:Name or service not known and ‘parent.relativePath’ points at wrong local POM $ line 22, column11


you have already checked that the http proxy did work:

solution: set the http proxy in the following configuration file:



and issue resolved.

Similar Posts: