mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
maven-build: use single target in stead of assembly to prevent test from being run twice
svn path=/nixpkgs/trunk/; revision=23249
This commit is contained in:
parent
1ac9dcd24d
commit
cf336d9c1d
@ -77,7 +77,7 @@ stdenv.mkDerivation ( rec {
|
||||
'';
|
||||
|
||||
mvnAssembly = ''
|
||||
mvn assembly:assembly ${mvnFlags}
|
||||
mvn assembly:single ${mvnFlags}
|
||||
'';
|
||||
|
||||
mvnRelease = ''
|
||||
|
Loading…
Reference in New Issue
Block a user