From 4b59beda42c58e191cea79ec222f71e487aebce8 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Thu, 10 Oct 2024 09:32:43 -0600 Subject: [PATCH] Use ssh for scm.developerConnection Plugin releases are pushed by `mvn release:perform` using the scm.developerConnection. I don't want to switch my push authentication method from ssh to https for plugins that I release from the command line. Switch back to ssh authentication until this plugin uses automated release. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 899d117539..4c14c944fb 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,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}