Export info from build-maven
This commit is contained in:
parent
cb46ba4b16
commit
7e2082c16f
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user