code-snippets for reuse, review, and practice.
Generating project structure and pom.xml file using Maven:
mvn archetype:generate -DgroupId=ca.ubc.ece.azarei.snippets -DartifactId=code-snippets -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false