buildMavenPackage: use mvnParameters as before
Otherwise it is not a feature flag and it may break current packages.
This commit is contained in:
parent
d03e80e253
commit
b2c5d08055
@ -40,7 +40,7 @@ let
|
||||
mvn dependency:get -Dartifact="$artifactId" -Dmaven.repo.local=$out/.m2
|
||||
done
|
||||
'' + lib.optionalString (!buildOffline) ''
|
||||
mvn package -Dmaven.repo.local=$out/.m2 ${mvnDepsParameters}
|
||||
mvn package -Dmaven.repo.local=$out/.m2 ${mvnParameters}
|
||||
'' + ''
|
||||
runHook postBuild
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user