更新后缺少IDEA资源文件

时间:2017-05-10 04:55:23

标签: java maven intellij-idea

目标文件夹中的文件未命中在资源文件夹中更新这些文件之后.IDE是IDEA,项目是maven项目。

  

这是项目文件的图片

the project files

  

以下是IDEA项目结构的配置

the IDEA project structure

无法找出问题所在。

2 个答案:

答案 0 :(得分:0)

尝试从maven对话框重新导入所有maven项目选项。

答案 1 :(得分:0)

目标文件夹由maven install生成。 除非你明确删除它们,否则它们应该在runnig mvn clean install时正常显示。

https://maven.apache.org/plugins/maven-resources-plugin/examples/include-exclude.html