Was having trouble with this kata. The generate script specifies kata
version 1.02 but on the repository the latest version of the task jars
is 1.01:
http://codingkata.org/repo/release/org/codingkata/unit/towers-hanoi-task/
Seems to work OK when I step back the kata version:
mvn archetype:generate -DinteractiveMode=false -
DarchetypeRepository=
http://www.codingkata.org/repo/release -
DarchetypeGroupId=org.codingkata.template -DarchetypeArtifactId=solv-
java-archetype -DarchetypeVersion=1.1 -DgroupId=org.codingkata.unit -
DartifactId=towers-hanoi-solv-java -DkataId=towers-hanoi -
DkataVersion=1.01 -DlangVersion=1.6 -DlibVersion=1.4.0 -
Dversion=1282830095
Is this user error on my part?
Dave Patterson