Skip to content

Commit 4ed6af1

Browse files
committed
Use ssh protocol for developer connection
I don't want to create an alternate authentication configuration for command line git operations over HTTP. Plugins with automated releases do not need the plugin maintainer to push to the repository from a `mvn` command. Because the git client plugin still uses manual releases, I need to keep the ssh authentication method for developer push.
1 parent c372608 commit 4ed6af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
<scm>
4949
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
50-
<developerConnection>scm:git:https://github.com/${gitHubRepo}</developerConnection>
50+
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
5151
<tag>${scmTag}</tag>
5252
<url>https://github.com/${gitHubRepo}</url>
5353
</scm>

0 commit comments

Comments
 (0)