Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

maven: specify mainProgram

authored by

Mike Purvis and committed by
GitHub
3e6aebfc 9328447b

+1
+1
pkgs/development/tools/build-managers/apache-maven/default.nix
··· 18 18 inherit jdk; 19 19 20 20 meta = with lib; { 21 + mainProgram = "mvn"; 21 22 description = "Build automation tool (used primarily for Java projects)"; 22 23 homepage = "https://maven.apache.org/"; 23 24 license = licenses.asl20;