I have pure C++ code for which I have added pom.xml file so that I can get it builded over Maven platform. After building .jar file is getting created but is empty.
What changes do I need to do in my pom.xml file so that my .jar file will have all the interfaces of .so file?