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?
Please sign in to leave a comment.
Perhaps I need to restart Idea.