So I have the following in my pom:

<scm>
  <connection>scm:git:git://github.com/khuxtable/wagon-gitsite.git</connection>
  
<developerConnection>scm:git:git+ssh://g...@github.com/khuxtable/wagon-gitsite.git</developerConnection>
  <url>http://github.com/khuxtable/wagon-gitsite</url>
</scm>

Is the problem the format of the developerConnection element? If so, how would 
I specify it correctly and get SSH?

-K

On Dec 21, 2010, at 7:18 AM, Kathryn Huxtable wrote:

> Well, it *was* working a few months ago when I did my last release. Now it 
> fails. -K
> 
> On Dec 21, 2010, at 2:50 AM, Stephen Connolly wrote:
> 
>> git reset --hard 792c6ebc7bc131a149b2a6fa1d73e7cbb56839a8
>> git push origin +master
>> mvn release:clean
>> mvn release:prepare release:perform -B
>> 
>> should "just work"
>> 
>> On 21 December 2010 08:46, Stephen Connolly
>> <stephen.alan.conno...@gmail.com> wrote:
>>> I normally just keep on doing the release:prepare until it works given
>>> that it resumes from the point of failure
>>> 
>>> On 21 December 2010 04:00, Kathryn Huxtable <kath...@kathrynhuxtable.org> 
>>> wrote:
>>>> I've already manually done the release:prepare because for some reason my 
>>>> release:prepare didn't successfully push to github.
>>>> 
>>>> I'm using Maven 2.2.1.
>>>> 
>>>> -K
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>>>> For additional commands, e-mail: users-h...@maven.apache.org
>>>> 
>>>> 
>>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>> For additional commands, e-mail: users-h...@maven.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
> 

Reply via email to