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
I'm going to necro this post because it is important to have 3 different things set properly:
MainClass.java
needs to be in /src/main/java/com/domain/project/
com.domain.project.MainClass
com.domain.project
When those three match, Maven should package an executable JAR file.