Thanks Olivier. How does this work for releases? I see you've
changed the developerConnection to a different format, but that's not
what Continuum uses...
I have this:
<scm>
<connection>scm:git:git://github.com/wsmoak/abc-example.git</connection>
<developerConnection>scm:git:[email protected]:wsmoak/abc-example.git</developerConnection>
<url>http://github.com/wsmoak/abc-example/tree/master</url>
</scm>
and release prepare in Continuum still fails at scm-commit-release.
I'll try it with the new '@' format in the connection url.
-Wendy
On Wed, Mar 25, 2009 at 5:44 PM, Olivier Lamy <[email protected]> wrote:
> Hi,
> Have a look at http://jira.codehaus.org/browse/SCM-428
>
> Perso, I use url as :
>
> <scm>
>
> <connection>scm:git:git://github.com/olamy/scm-git-test-one-module.git</connection>
>
> <developerConnection>scm:git:[email protected]:olamy/scm-git-test-one-module.git</developerConnection>
> </scm>
>
> Sample projects I have when trying git integration in scm and release
> are here : http://github.com/olamy/
>
> --
> Olivier