Skip to content

Commit 348c6bf

Browse files
committed
maven: add source provenance to metadata
1 parent 56e3976 commit 348c6bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkgs/by-name/ma/maven/package.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ stdenvNoCC.mkDerivation (finalAttrs: {
6868
manage a project's build, reporting and documentation from a central piece
6969
of information.
7070
'';
71+
sourceProvenance = with lib.sourceTypes; [
72+
binaryBytecode
73+
binaryNativeCode
74+
];
7175
license = lib.licenses.asl20;
7276
mainProgram = "mvn";
7377
maintainers = with lib.maintainers; [ tricktron ] ++ lib.teams.java.members;

0 commit comments

Comments
 (0)