Added system props by default

This commit is contained in:
Marcin Grzejszczak
2018-10-15 21:12:48 +02:00
parent 25d57b1cee
commit 5c51015c84
3 changed files with 23 additions and 3 deletions

View File

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