GildedRoseKata Maven version
March 26, 2015 ยท View on GitHub
Maven version of the GildedRoseKata
How to get started
Ensure you have installed Maven version 3.3.
clone the project
git clone https://github.com/joebew42/GildedRose.git
cd GildedRose/
create your branch and start the kata
git checkout -b my_first_kata_attempt
How to run test via maven command line
mvn clean test