We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75e9d5e + 348c6bf commit ee911ffCopy full SHA for ee911ff
pkgs/by-name/ma/maven/package.nix
@@ -68,6 +68,10 @@ stdenvNoCC.mkDerivation (finalAttrs: {
68
manage a project's build, reporting and documentation from a central piece
69
of information.
70
'';
71
+ sourceProvenance = with lib.sourceTypes; [
72
+ binaryBytecode
73
+ binaryNativeCode
74
+ ];
75
license = lib.licenses.asl20;
76
mainProgram = "mvn";
77
maintainers = with lib.maintainers; [ tricktron ] ++ lib.teams.java.members;
0 commit comments