I have a project with JNI libraries inside it not in resources folder. I need to create one exetutable jar file. How to teach maven copy needed files inside jar and put in needed folders?
Please explain how to add my files from lib directory near my project to a jar file using maven. Or how to copy my files and directories to jar using maven?