Re: Problems with git-scm and github private repositories

2008-10-25 Thread Olivier Lamy
Hi,
Have a look at the scm url in this test project :
http://github.com/olamy/scm-git-test/tree/master/pom.xml.
I have tested it successfully with the release plugin trunk.
Your issue looks related to : http://jira.codehaus.org/browse/MRELEASE-381

--
Olivier

2008/10/24 John Hampton <[EMAIL PROTECTED]>:
> I'm having trouble setting up maven-scm to work with github private
> repositories. The URL that github requires is:
> [EMAIL PROTECTED]:johnhampton/re.git
> Configuring maven scm with this url doesn't work as the git provider
> complains that the url is invalid:
> Here is the message:
> [INFO] The scm url is invalid.
>   - A git 'git' url must be on the form 'git://'.
>
> Here is my config:
> 
> scm:git:[EMAIL PROTECTED]:johnhampton/re.git
>
>  scm:git:[EMAIL 
> PROTECTED]:johnhampton/re.git
> 
>
> According to information at git hub there is only one format of url that
> works...
> Any Suggestions?
> John
>
>


Problems with git-scm and github private repositories

2008-10-23 Thread John Hampton
I'm having trouble setting up maven-scm to work with github private
repositories. The URL that github requires is:

[EMAIL PROTECTED]:johnhampton/re.git

Configuring maven scm with this url doesn't work as the git provider
complains that the url is invalid:

Here is the message:

[INFO] The scm url is invalid.
  - A git 'git' url must be on the form 'git://'.


Here is my config:


scm:git:[EMAIL PROTECTED]:johnhampton/re.git
scm:git:[EMAIL PROTECTED]:
johnhampton/re.git



According to information at git
hub
there
is only one format of url that works...

Any Suggestions?

John