Added Batch mode; fixes #54

This commit is contained in:
Marcin Grzejszczak
2017-10-31 16:47:25 +01:00
parent 947ad0a278
commit 545927e166

View File

@@ -168,12 +168,12 @@ public class ReleaserProperties {
/**
* Command to be executed to build the project
*/
private String buildCommand = "./mvnw clean install -Pdocs {{systemProps}}";
private String buildCommand = "./mvnw clean install -B -Pdocs {{systemProps}}";
/**
* Command to be executed to deploy a built project
*/
private String deployCommand = "./mvnw deploy -DskipTests -Pfast {{systemProps}}";
private String deployCommand = "./mvnw deploy -DskipTests -B -Pfast {{systemProps}}";
/**
* Command to be executed to deploy a built project. If present "{{version}}" will be replaced by the