VendingMachine Exercise build using JDK 1.8.0_201 Running from command line using Maven. First you need to compile it: mvn compile Then run it: mvn exec:java -Dexec.mainClass="com.g2.vending_machine.MainApplication"