Added the profile when doing deployment

This commit is contained in:
Marcin Grzejszczak
2018-04-02 23:25:49 +02:00
parent 19a979ec8f
commit b39070f428

View File

@@ -175,7 +175,7 @@ public class ReleaserProperties {
/**
* Command to be executed to deploy a built project
*/
private String deployCommand = "./mvnw deploy -DskipTests -B -Pfast";
private String deployCommand = "./mvnw deploy -DskipTests -B -Pfast,deploy";
/**
* Command to be executed to publish documentation. If present "{{version}}" will be replaced by the