Skip to content
Snippets Groups Projects
Commit d043cc40 authored by Michael Kebe's avatar Michael Kebe Committed by Pierre Smeyers
Browse files

docs: changed the scm url according to Maven documentation

parent 1ee575b1
No related branches found
No related tags found
No related merge requests found
...@@ -428,8 +428,8 @@ The template handles both classic variable and file variable. ...@@ -428,8 +428,8 @@ The template handles both classic variable and file variable.
```xml ```xml
<scm> <scm>
<connection>scm:git:git@gitlab-host/path/to/my/project.git</connection> <connection>scm:git:ssh://git@gitlab-host/path/to/my/project.git</connection>
<developerConnection>scm:git:git@gitlab-host/path/to/my/project.git</developerConnection> <developerConnection>scm:git:ssh://git@gitlab-host/path/to/my/project.git</developerConnection>
... ...
</scm> </scm>
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment