maven: specify mainProgram

This commit is contained in:
Mike Purvis
2023-06-06 14:06:19 -04:00
committed by GitHub
parent 9328447b76
commit 3e6aebfcd2
@@ -18,6 +18,7 @@ stdenv.mkDerivation rec {
inherit jdk;
meta = with lib; {
mainProgram = "mvn";
description = "Build automation tool (used primarily for Java projects)";
homepage = "https://maven.apache.org/";
license = licenses.asl20;