Skip to content

Commit

Permalink
maven-build: do full assembly without tests, add site to build products
Browse files Browse the repository at this point in the history
svn path=/nixpkgs/trunk/; revision=23694
  • Loading branch information
rbvermaa committed Sep 9, 2010
1 parent 3bb0a18 commit 0370655
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/build-support/release/maven-build.nix
Expand Up @@ -70,7 +70,7 @@ stdenv.mkDerivation ( rec {
'';

mvnAssembly = ''
mvn assembly:single ${mvnFlags}
mvn assembly:assembly -Dmaven.test.skip.exec=true ${mvnFlags}
'';

mvnRelease = ''
Expand All @@ -91,6 +91,7 @@ stdenv.mkDerivation ( rec {
finalPhase = ''
if [ -d target/site ] ; then
cp -R target/site $out/
echo "report site $out/site" >> $out/nix-support/hydra-build-products
fi
'';
} // args
Expand Down

0 comments on commit 0370655

Please sign in to comment.