Merge pull request #133686 from Stunkymonkey/java-maven-phases
buildMaven: deprecate phases
This commit is contained in:
commit
ddc18b7bbd
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ in stdenv.mkDerivation rec {
|
|||
find = ''find ${concatStringsSep " " (map (x: x + "/m2") flatDeps)} -type d -printf '%P\n' | xargs -I {} mkdir -p $out/m2/{}'';
|
||||
copy = ''cp -rsfu ${concatStringsSep " " (map (x: x + "/m2/*") flatDeps)} $out/m2'';
|
||||
|
||||
phases = [ "unpackPhase" "buildPhase" ];
|
||||
dontInstall = true;
|
||||
|
||||
buildPhase = ''
|
||||
mkdir -p $out/target
|
||||
|
|
Loading…
Reference in a new issue