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:
@@ -77,7 +77,7 @@ stdenv.mkDerivation ( rec {
|
||||
'';
|
||||
|
||||
mvnAssembly = ''
|
||||
mvn assembly:assembly ${mvnFlags}
|
||||
mvn assembly:single ${mvnFlags}
|
||||
'';
|
||||
|
||||
mvnRelease = ''
|
||||
|
||||
Reference in New Issue
Block a user