Hi to all, I'm battling with Maven to release VirtualBox Plugin 0.5.0
In its pom, I could see (git-ssh and https) <scm> <connection>scm:git:git://github.com/jenkinsci/virtualbox-plugin.git</connection> <developerConnection>scm:git:https://[email protected]/jenkinsci/virtualbox-plugin.git</developerConnection> <url>https://github.com/jenkinsci/virtualbox-plugin</url> </scm> In Hosting plugin page (https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins), there is only git-ssh : <scm> <connection>scm:git:ssh://github.com/jenkinsci/MYPLLUGINNAME.git</connection> <developerConnection>scm:git:ssh://[email protected]/jenkinsci/MYPLUGINNAME.git</developerConnection> <url>https://github.com/jenkinsci/MYPLUGINNAME</url> </scm> What should I use here ? Thanks
