maven: add source provenance to metadata (#386292)

This commit is contained in:
Pol Dellaiera
2025-03-02 22:47:45 +01:00
committed by GitHub
+4
View File
@@ -68,6 +68,10 @@ stdenvNoCC.mkDerivation (finalAttrs: {
manage a project's build, reporting and documentation from a central piece
of information.
'';
sourceProvenance = with lib.sourceTypes; [
binaryBytecode
binaryNativeCode
];
license = lib.licenses.asl20;
mainProgram = "mvn";
maintainers = with lib.maintainers; [ tricktron ] ++ lib.teams.java.members;