父模塊--parent
子模塊--common叽讳、frontend壳繁、backend
1、先創(chuàng)建父模塊--parent
2枯饿、創(chuàng)建子模塊--common酝锅、frontend、backend
3奢方、配置parent的pom.xml
<modules>
? ? ? <module>../common</module>
? ? ? <module>../backend</module>
? ? ? <module>../frontend</module>
</modules>
4搔扁、配置子模塊--common爸舒、frontend、backend的pom.xml
<parent>
? <groupId>com.tenwins</groupId>
? <artifactId>parent</artifactId>
? <version>1.0.0-SNAPSHOT</version>
? <relativePath>../parent/</relativePath>
</parent>