From 4ed6af113635a4b7ad39dc02c7874ff323028222 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Thu, 10 Oct 2024 09:23:24 -0600 Subject: [PATCH] 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. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 088e0839ef..81579cd628 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ scm:git:https://github.com/${gitHubRepo} - scm:git:https://github.com/${gitHubRepo} + scm:git:git@github.com:${gitHubRepo}.git ${scmTag} https://github.com/${gitHubRepo}