I have *.so library and want to pack project into jar. Can someone help with problem how to force maven to pack native libraries so when i run jar they can be used?
i don`t want to add .so as new artifact. It is build also with maven before i build main java project so i just want to pack them into jar so i can use it.
Thanks.