我有一个 Spring 季项目 . 我在项目中有3个模块ui,sql和sevice .

下面给出了用户工具和框架的版本

  • Tomcat版本 - 8.5

  • Spring Tool Suite - 3.9.4

  • Java - 8

  • Maven - 3.9

为服务模块创建WAR文件 . 其他模块集成在其中 . 我使用maven“mvn clean install”构建spring应用程序 . 当我在添加构建创建的war文件后启动tomcat服务器时 . 它显示以下错误

'在localhost发布到Tomcat v8.5服务器...'遇到了问题 . 发布失败,出现多个错误找不到文件:ProjectLocation \ services \ target \ m2e-wtp \ web-resources \ META-INF \ maven \ com.company \ services \ pom.properties . 找不到文件:ProjectLocation \ services \ target \ m2e-wtp \ web-resources \ META-INF \ maven \ com.company \ services \ pom.xml .

请帮我找到这个问题 .