maven error pom.xml

<parent> reports the following error

Project build error: Non-resolvable parent POM for com.budy:ego-manager:0.0.1-SNAPSHOT: Could not find artifact com.budy:ego-parent:pom:0.0.1-SNAPSHOT and 'parent.relativePath' points at wrong local POM


solution:

It is because I set the packaging in the parent project to jar, it should be set to pom,



<dependency> error

Missing artifact com.ego:ego-common:jar:0.0.1-SNAPSHOT


solution:






Guess you like

Origin blog.csdn.net/u014304688/article/details/72872643