I have an extra directory that is present outside the src directory. Thus, when I am creating a jar it only includes the src directory. The application is running on my IDE but I need to run it through the jar and when I am creating a jar it does not include that folder. please help me how can I add this extra folder when I am creating a jar???
Asked
Active
Viewed 25 times
1
-
1Which build tool you are using to create JAR? – Gaurav Jeswani May 31 '22 at 05:00
-
I am using maven. – Rishav Madnavat May 31 '22 at 06:07