Maven报错:Process terminated

[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] 'build.resources.resource.directory' is missing. @ pers.ning:Mybatis-Study:1.0-SNAPSHOT
阅读log发现是pom文件里出了问题,

确实是没有加资源的目录,加上就正常了

[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] 'build.resources.resource.directory' is missing. @ pers.ning:Mybatis-Study:1.0-SNAPSHOT
阅读log发现是pom文件里出了问题,

确实是没有加资源的目录,加上就正常了