Project build error: Invalid packaging for parent POM com.test:hello-parent:0.0.1-SNAPSHOT (E:eclipse-workspacehello-parentpom.xml), must be "pom" but is "jar"
parent工程的pom.xml文件的project节点下加入如下节点:
<packaging>pom</packaging>