且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何将文件添加到EAR META-INF文件夹-Maven

更新时间:2022-06-11 23:33:49

正确的方法是将文件添加到src/main/application而不是src/main/resources. 您还可以指定其他 earSourceDirectory 配置.

The correct way is to add files to src/main/application instead of src/main/resources. You can also specify a different earSourceDirectory configuration.