Closed
Description
The design pattern applications are easy to run within an IDE but it would be nice to be able to run them effortlessly having only the jar files.
In this task we are going to add and configure maven-assembly-plugin to package the patterns into executable jars, so that they can later be run like java -jar pattern.jar
.