<build>
<resources>
<resource>
<directory>src/main/java</directory>
<includes>
<include>**/*.xml</include>
</includes>
</resource>
</resources>
</build>
相关文章
- 10-05maven的pom.xml文件报错问题
- 10-05eclipse配置maven后无法下载jar
- 10-05spring boot项目使用maven引入依赖失败,pom.xml文件中project标签报错98
- 10-05maven项目中 org.hibernate.MappingNotFoundException: resource:*.hbm.xml not found问题的解决方案
- 10-05Maven工程中pom.xml文件使用exclusion
- 10-05python读取xml格式数据
- 10-05delphi读取xml文件
- 10-05CodeBlocks 20.03 在Windows下无法自动检测编译,需要修改设置 options_gcc.xml
- 10-05读取iTunes XML提要遇到麻烦
- 10-05python之xml 文件的读取方法