Re: Can I release:perform without release:prepare?

2010-12-21 Thread Anders Hammar
Should work if you do everything correctly. It would be similar to executing
the release:perform at a later stage (not directly after release:prepare):
mvn release:perform -DworkingDirectory=xxx -DconnectionUrl=xxx -Dtag=xxx

I think you can skip workingDirectory. Also, the line above is what I use
for clearcase. You might need to add some param depending on your scm.

/Anders

On Tue, Dec 21, 2010 at 05: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




Re: Can I release:perform without release:prepare?

2010-12-21 Thread Stephen Connolly
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



Re: Can I release:perform without release:prepare?

2010-12-21 Thread Stephen Connolly
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



Re: Can I release:perform without release:prepare?

2010-12-21 Thread Kathryn Huxtable
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



Re: Can I release:perform without release:prepare?

2010-12-21 Thread Kathryn Huxtable
I'm releasing to Sonatype, staging to Central. -K

On Dec 21, 2010, at 2:11 AM, Anders Hammar wrote:

 Should work if you do everything correctly. It would be similar to executing
 the release:perform at a later stage (not directly after release:prepare):
 mvn release:perform -DworkingDirectory=xxx -DconnectionUrl=xxx -Dtag=xxx
 
 I think you can skip workingDirectory. Also, the line above is what I use
 for clearcase. You might need to add some param depending on your scm.
 
 /Anders
 
 On Tue, Dec 21, 2010 at 05: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



Re: Can I release:perform without release:prepare?

2010-12-21 Thread Kathryn Huxtable
Dumb me. That's for the perform. -K

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

 I'm releasing to Sonatype, staging to Central. -K
 
 On Dec 21, 2010, at 2:11 AM, Anders Hammar wrote:
 
 Should work if you do everything correctly. It would be similar to executing
 the release:perform at a later stage (not directly after release:prepare):
 mvn release:perform -DworkingDirectory=xxx -DconnectionUrl=xxx -Dtag=xxx
 
 I think you can skip workingDirectory. Also, the line above is what I use
 for clearcase. You might need to add some param depending on your scm.
 
 /Anders
 
 On Tue, Dec 21, 2010 at 05: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



Re: Can I release:perform without release:prepare?

2010-12-21 Thread Kathryn Huxtable
So I have the following in my pom:

scm
  connectionscm:git:git://github.com/khuxtable/wagon-gitsite.git/connection
  
developerConnectionscm:git:git+ssh://g...@github.com/khuxtable/wagon-gitsite.git/developerConnection
  urlhttp://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
 



Re: Can I release:perform without release:prepare?

2010-12-21 Thread Stephen Connolly
Here is a pom that I have working

On 21 December 2010 13:57, Kathryn Huxtable kath...@kathrynhuxtable.org wrote:
 So I have the following in my pom:

 scm
  connectionscm:git:git://github.com/khuxtable/wagon-gitsite.git/connection
  developerConnectionscm:git:git+ssh://g...@github.com/khuxtable/wagon-gitsite.git/developerConnection
  urlhttp://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




-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Can I release:perform without release:prepare?

2010-12-21 Thread Stephen Connolly
Damn you lenova laptop keyboard... who put's Fn where Ctrl should be

https://github.com/stephenc/high-scale-lib/blob/master/pom.xml

On 21 December 2010 15:00, Stephen Connolly stephen.alan.conno...@gmail.com
wrote:
 Here is a pom that I have working

 On 21 December 2010 13:57, Kathryn Huxtable kath...@kathrynhuxtable.org
wrote:
 So I have the following in my pom:

 scm
  connectionscm:git:git://github.com/khuxtable/wagon-gitsite.git
/connection
  developerConnectionscm:git:git+ssh://
g...@github.com/khuxtable/wagon-gitsite.git/developerConnection
  urlhttp://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






Re: Can I release:perform without release:prepare?

2010-12-21 Thread Kathryn Huxtable
Thanks, I'll give that syntax a try.

I'm of the opinion that the function key should be to the right of the control 
key. The control key should be the leftmost key. That said, I use a MacBook Pro 
and it's the other way.

De gustibus...

-K

On Dec 21, 2010, at 9:00 AM, Stephen Connolly wrote:

 Damn you lenova laptop keyboard... who put's Fn where Ctrl should be
 
 https://github.com/stephenc/high-scale-lib/blob/master/pom.xml
 
 On 21 December 2010 15:00, Stephen Connolly stephen.alan.conno...@gmail.com
 wrote:
 Here is a pom that I have working
 
 On 21 December 2010 13:57, Kathryn Huxtable kath...@kathrynhuxtable.org
 wrote:
 So I have the following in my pom:
 
 scm
 connectionscm:git:git://github.com/khuxtable/wagon-gitsite.git
 /connection
 developerConnectionscm:git:git+ssh://
 g...@github.com/khuxtable/wagon-gitsite.git/developerConnection
 urlhttp://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
 
 
 
 


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Can I release:perform without release:prepare?

2010-12-20 Thread Kathryn Huxtable
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