来自:https://blog.csdn.net/moty2011/article/details/126527232
注:子模块想要继承父模块的pom配置需要在子模块中修改<parent>标签指向夫模块
<parent>
<groupId>com</groupId>
<artifactId>wheat</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
解决多模块打包报错:https://blog.csdn.net/weixin_45108959/article/details/128250343