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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user