In this blog post, we will learn how to create a simple quick start project which can be build into a jar file, upon it's' execution will call a java class with main method.Create maven quick start projectmvn archetype:generate -DgroupId=com.test -DartifactId=test … [Read more...] about How to create an executable Jar file using maven