I want to create a jar file from my project. This jar file not executable, just for library usage to be used in another java app. However, I do not know which maven plugin or dependency do this job. Please help..
I want only some specific packages in this jar file.. So I have to specify package names
You have to configure the included
maven-jar-pluginas per the documentation.