Finish maven-hello / framework

This commit is contained in:
Tim Steinbach
2016-10-31 13:10:26 -04:00
parent f23c44516c
commit 8500c24911
44 changed files with 789 additions and 184 deletions

View File

@@ -1,7 +1,6 @@
{ fetchMaven }:
rec {
# Ant build, just fetch the binary
hamcrestCore_1_3 = map (obj: fetchMaven {
version = "1.3";
baseName = "hamcrest-core";