Export info from build-maven

This commit is contained in:
Shea Levy
2015-07-14 05:58:54 -04:00
parent cb46ba4b16
commit 7e2082c16f
+1 -1
View File
@@ -42,7 +42,7 @@ infoFile: let
src = dirOf infoFile; src = dirOf infoFile;
in { in {
inherit repo settings; inherit repo settings info;
build = stdenv.mkDerivation { build = stdenv.mkDerivation {
name = "${info.project.artifactId}-${info.project.version}.jar"; name = "${info.project.artifactId}-${info.project.version}.jar";