From 07b4040ac6cfe9d9739b089a8814c1bf20f210a3 Mon Sep 17 00:00:00 2001 From: Wolfram Gulde Date: Tue, 7 Dec 2021 13:56:50 +0100 Subject: [PATCH] docs(Variables): add mvn extra args --- .../chapters/templates/push-tag-and-version-template.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/chapters/templates/push-tag-and-version-template.adoc b/documentation/chapters/templates/push-tag-and-version-template.adoc index 970bc06..10f06a8 100644 --- a/documentation/chapters/templates/push-tag-and-version-template.adoc +++ b/documentation/chapters/templates/push-tag-and-version-template.adoc @@ -11,6 +11,7 @@ For more details: https://gitlab.exxcellent.de/gilden/ci/exxcellent-ssh-tool[Gil |Name |Description | Default Value |ARTIFACT | the name of the artifact the new version is written to by the `set-version` job |"version" |MVN_VERSION | defines if the `mvn version:set` command will be run | "true" +|MVN_EXTRA_ARGS | sets extra args which will be added behind the `mvn` command | "" |=== .push-tag-and-version-template