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 = ''
|
mvnAssembly = ''
|
||||||
mvn assembly:assembly ${mvnFlags}
|
mvn assembly:single ${mvnFlags}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
mvnRelease = ''
|
mvnRelease = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user