一、service-base:jar:0.0.1-SNAPSHOT is missing, no dependency information available和spring-boot-maven-plugin:2.0.1.RELEASE:repackage failed: Unable to find main class
多模块父工程项目,当使用父工程install项目时,系统报错: service-base:jar:0.0.1-SNAPSHOT is missing, no dependency information available
service-base是父工程下的子模块,并且父工程的是有该模块的,使用子模块service-base来install,则报错: spring-boot-maven-plugin:2.0.1.RELEASE:repackage failed: Unable to find main class,但是service-base是被我作为工具模块的,里面只有工具类,没有也不需要主启动类,而展现页面的模块的主启动类也添加了相应的注解;
搜索相关错误,都是查看父工程是否添加了子模块,或者子模块之间相互依赖调用的时候,是否添加了相应的依赖,最后百度:为什么作为工具类的子模块install需要主启动类?得到答案:在父工程的pom.xml文件的中添加,