“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 module pom I want to reference the main proyect pom version and group through ${parent.groupid} and ${parent.version} so if I change any of those I won't have to hunt the down in the child poms and change them but I'm getting the Non-resolvable parent POM: Could not transfer artifact error I've read several "Non-resolvable parent POM:" questions here at stackoverflow but nothing that I've