To compile the project, run the following command in the root directory of the project:
mvn compile
To execute the project, run the following command in the root directory of the project:
mvn exec:java
To create a JAR file, run the following command in the root directory of the project:
mvn clean package
To test the JAR file, run the following command in the root directory of the project:
java -jar target/se302_project-1.0-SNAPSHOT-shaded.jar