Re: Git settings for maven release plugin...

2013-03-22 Thread Mirko Friedenhagen
You may try replacing the colon between host and orgname with a slash /. Regards Mirko -- Sent from my mobile On Mar 22, 2013 12:11 AM, "Jeff" wrote: > My release:prepare is failing when it tries the following: > >git push ssh://g...@github.com:MyOrg/apps-thor.git > releaseBranch:releaseBra

Re: Git settings for maven release plugin...

2013-03-22 Thread Anders Lindgren
http://www.sonatype.com/people/2009/09/maven-tips-and-tricks-using-github/ using scm:git:git should do the trick. /Anders On Fri, 2013-03-22 at 00:10 +0100, Jeff wrote: > > > scm:git:ssh://g...@github.com:MyOrg/apps-thor.git > > scm:git:ssh://g...@github.com:MyOrg/apps-thor.git >

Git settings for maven release plugin...

2013-03-21 Thread Jeff
My release:prepare is failing when it tries the following: git push ssh://g...@github.com:MyOrg/apps-thor.git releaseBranch:releaseBranch With the following error: ssh: Could not resolve hostname github.com:MyOrg: Name or service not known It also fails on the command line. If i remo