I have some jar files into /libs/ and my project classes are located at /target/. To remove dependency on external folder. I want to make a consolidate jar file. Which conta
I would suggest to unjar all your jar files into a lib folder and then jar together with your your source code, try it might work for you.