git-ssh except if you like type your password when pushing :-) 2012/9/21 Henri Gomez <[email protected]>: > 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
-- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy
