Finish maven-hello / framework

This commit is contained in:
Tim Steinbach
2016-11-14 15:19:33 -05:00
parent f23c44516c
commit 8500c24911
44 changed files with 789 additions and 184 deletions
@@ -1,7 +1,6 @@
{ fetchMaven }:
rec {
# Ant build, just fetch the binary
hamcrestCore_1_3 = map (obj: fetchMaven {
version = "1.3";
baseName = "hamcrest-core";