I have been trying for several days now to create an executable jar file for my muli-module maven project. However, when I try to run this jar file I get \"Could not find or
You should not have src.main.java as part of the package name of your main class. It's just part of the default maven project folder structure convention. Your configuration should probably read: