Added Batch mode; fixes #54
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user