Have you ever wondered why your Maven project doesn’t find and execute your tests?
October 6, 2011
March 5, 2011
Create an executable jar from Maven
Creating an executable jar from Maven is not really hard.
This example will show you how you can include stuff in a jar and make it executable while not including
stuff that is needed only during the build.