lol

buildMaven: deprecate phases

+1 -1
+1 -1
pkgs/development/java-modules/build-maven-package.nix
··· 16 16 find = ''find ${concatStringsSep " " (map (x: x + "/m2") flatDeps)} -type d -printf '%P\n' | xargs -I {} mkdir -p $out/m2/{}''; 17 17 copy = ''cp -rsfu ${concatStringsSep " " (map (x: x + "/m2/*") flatDeps)} $out/m2''; 18 18 19 - phases = [ "unpackPhase" "buildPhase" ]; 19 + dontInstall = true; 20 20 21 21 buildPhase = '' 22 22 mkdir -p $out/target