How to include any file to the jar?
My src directory has some files ending with .drl. I'd like to include them to the jar when 8792 makes a build. So I went to Project Settings | Compiler, added '?*.drl' to the Resource Patterns but it seems it has no effect.
What's the correct way to do that?
请先登录再写评论。
Perhaps I need to restart Idea.