Created attachment 140 [details] Unable to run project through maven on windows Steps to reproduce: 1. Run mvn exec:java -Dexec.mainClass=chess.chess.App on the terminal Expected results: Program runs: Actual results: Throws a build error exception
Reason: Command in readme file does not work on windows as it is MacOS specific. Resolution: Use mvn exec:java -Dexec:mainClass=chess.chess.App to run game.
https://github.com/glennsalter/cs3343-chess/commit/d08c843c7177ff6ed3785d1193b3438c2c958622