I guess we need developerConnection.

Otherwise Maven decides to try to use svn regardless of what connection says.
Nice one guys!
This commit is contained in:
Michael Bayne
2016-12-18 09:56:58 -08:00
parent c2d1f6f62e
commit 64aecc6095
+1
View File
@@ -33,6 +33,7 @@
<scm> <scm>
<connection>scm:git:git://github.com/threerings/ooo-user.git</connection> <connection>scm:git:git://github.com/threerings/ooo-user.git</connection>
<developerConnection>scm:git:git@github.com:threerings/ooo-user.git</developerConnection>
<url>https://github.com/threerings/ooo-user</url> <url>https://github.com/threerings/ooo-user</url>
</scm> </scm>