使用IDEA时maven install遇到的错误!!!

错误:Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:2.6:resources (default-resources) on project ahs_web_cabinet: /mailtemplate/test.ftl (No such file or directory) -> [Help 1]

这个文件的路径:

使用IDEA时maven install遇到的错误!!!

pom文件关于这个文件的配置:

使用IDEA时maven install遇到的错误!!!

问题原因:可能是这个 targetPath 找不到

解决:

使用IDEA时maven install遇到的错误!!!