Skip to content

Commit

Permalink
Use ssh protocol for developer connection
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
MarkEWaite committed Oct 10, 2024
1 parent c372608 commit 4ed6af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

<scm>
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
<developerConnection>scm:git:https://github.com/${gitHubRepo}</developerConnection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<tag>${scmTag}</tag>
<url>https://github.com/${gitHubRepo}</url>
</scm>
Expand Down

0 comments on commit 4ed6af1

Please sign in to comment.