Top "Parent-pom" questions

parent-pom is a parent configuration file in Maven POM inheritance.

Maven and Spring Boot - non resolvable parent pom - repo.spring.io (Unknown host)

I am trying to build my project but I get this: Non-resolvable parent POM: Could not transfer artifact org.springframework.…

spring maven spring-boot pom.xml parent-pom
"Non-resolvable parent POM: Could not transfer artifact" when trying to refer to a parent pom from a child pom with ${parent.groupid}

I'm following a tutorial for maven. I have a very simple project with a couple of modules inside. On the …

maven pom.xml parent-pom
Maven:Non-resolvable parent POM and 'parent.relativePath' points at wrong local POM

I am using maven 3 to run the application but I am getting the following error: [ERROR] The build could not …

maven build maven-2 pom.xml parent-pom
Missing artifact org.springframework.boot:spring-boot-starter-parent:jar:1.3.2.RELEASE

I am getting the following error in POM.xml for spring boot dependency. Missing artifact org.springframework.boot:spring-boot-starter-parent:jar:1.3.2.…

maven parent-pom
Spring Boot - parent pom when you already have a parent pom

Is there a specific recommended approach to the inclusion of the spring-boot parent pom into projects that already have a …

maven spring-boot parent-pom
How to inherit dependency from a parent pom to a child pom

I am new in using maven and jenkins. I am trying to inherit the dependencies from parent pom to child …

maven jenkins parent-pom
Maven complaining about parent relative path

Consider a maven project with modules consists of some utilities (jar) and some poms for others to reference to if …

maven pom.xml project-structure parent-pom
What does the parent tag in Maven pom represent?

E.g.: <parent> <groupId>mycompany.trade.com</groupId> <artifactId>mycompany.trade.</…

maven directory pom.xml artifact parent-pom
Maven root pom.xml marked as red when importing existing project into eclipse

When importing existing maven project into eclipse my root pom.xml is marked red. when i select on the pom.…

java eclipse maven import parent-pom
M2E: Version is duplicate of parent version - Why is this a warning?

I have several Maven projects that each have some common functionality or at least common configuration/dependencies. I extracted this …

eclipse maven pom.xml m2e parent-pom