GH-195 Fix profile for publish/deploying docs

This change included changing the command name from plural to signular publish-docs-command(s)

Resolves #195
This commit is contained in:
Oleg Zhurakousky
2020-07-17 17:34:40 +02:00
parent 922c939153
commit 43cf760ec0
9 changed files with 92 additions and 65 deletions

View File

@@ -24,8 +24,7 @@ releaser:
build-command: "./mvnw clean install -B -Pdocs {{systemProps}}"
deploy-command: "./mvnw deploy -DskipTests -B -Pfast,deploy {{systemProps}}"
deploy-guides-command: "./mvnw clean verify deploy -B -Pguides,integration -pl guides {{systemProps}}"
publish-docs-commands:
- "./mvnw deploy -DskipTests -B -Pfast,deploy,docs {{systemProps}}"
publish-docs-command: "./mvnw deploy -DskipTests -B -Pfast,deploy,docs {{systemProps}}"
generate-release-train-docs-command: "bash release_train.sh --retrieveversions --version {{version}} --ghpages --auto"
sagan:
update-sagan: true