This is a simple Java-based application that tracks an organization's products. Add different types of products and keep track of them along with different characteristics unique to each product.
This project uses maven for ease of dependency tracking and commands.
Validate the project is correct with all necessary information
Compiles the source code
Runs the unit tests based on the testing framework available
Creates a distributable format of the source code and runs tests
Runs all of the the above commands with the linter and formatter
Runs the compiled code