Skip to content

Commit

Permalink
Use ssh for scm.developerConnection
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
MarkEWaite committed Oct 10, 2024
1 parent 1c3f689 commit 4b59bed
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 @@ -55,7 +55,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 4b59bed

Please sign in to comment.