Skip to content
Snippets Groups Projects
Commit d19bc626 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

doc: fixes

parent a6c500a3
No related branches found
No related tags found
No related merge requests found
......@@ -173,7 +173,7 @@ They are bound to the `publish` stage, and use the following variables:
| `MAVEN_DEPLOY_ARGS` | Maven arguments for the Snapshot job | `deploy -Dmaven.test.skip=true` |
| `MAVEN_RELEASE_ARGS` | Maven arguments for the Release job | `release:prepare release:perform -Darguments=-Dmaven.test.skip=true` |
| `MAVEN_RELEASE_SCM_COMMENT_PREFIX` | Maven release plugin [scmCommentPrefix](https://maven.apache.org/maven-release/maven-release-plugin/prepare-mojo.html#scmCommentPrefix) parameter | `[ci skip][maven-release-plugin]` |
| `MVN_SEMREL_RELEASE_DISABLED` | Set to `true` to disable [semantic-release integration](#semantic-release-integration) | `[ci skip][maven-release-plugin]` |
| `MVN_SEMREL_RELEASE_DISABLED` | Set to `true` to disable [semantic-release integration](#semantic-release-integration) | _none_ (disabled) |
More info:
......@@ -205,7 +205,7 @@ variables:
SEMREL_RELEASE_DISABLED: "true"
```
Finally, the semantic-release integration can be disable with the `MVN_SEMREL_RELEASE_DISABLED` variable.
Finally, the semantic-release integration can be disabled with the `MVN_SEMREL_RELEASE_DISABLED` variable.
#### Maven repository authentication
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment