Re: Problems relasing maven-changes-plugin using release:perform

2006-10-25 Thread Vincent Siveton
Hi Mykel, FYI I wrote also a draft some weeks ago: https://svn.apache.org/repos/asf/maven/site/trunk/src/site/apt/developers/ The staging site is: http://people.apache.org/~vsiveton/developers-centre/developers Cheers, Vincent 2006/10/25, Mykel Alvis <[EMAIL PROTECTED]>: (I think) I documente

Re: Problems relasing maven-changes-plugin using release:perform

2006-10-25 Thread Mykel Alvis
(I think) I documented this process (using Putty) several months ago on this list. On 9/25/06, Dennis Lundberg <[EMAIL PROTECTED]> wrote: OK, problem solved. First I thought that I would try this the "easy" way, with just a username and a password, but as I said earlier that doesn't work. So

Re: Problems relasing maven-changes-plugin using release:perform

2006-09-25 Thread Dennis Lundberg
OK, problem solved. First I thought that I would try this the "easy" way, with just a username and a password, but as I said earlier that doesn't work. So I created my ssh keys and after some fiddling I managed to get it working. On Windows. Without cygwin. :D In short I had to point my set

Re: Problems relasing maven-changes-plugin using release:perform

2006-09-25 Thread Todd Nine
Dennis, Since you're on Windoze, do you have an "ssh" executable on the command line? If you open up the terminal you use to deploy (in my case, start->run->cmd), you should be able to type "ssh" and "scp" and get an application that executes. If you get an unrecognized executable error, you ne

Re: Problems relasing maven-changes-plugin using release:perform

2006-09-24 Thread Brett Porter
Are you sure the server id is correct? Generally, we don't use the SSH password in settings.xml anyway - you should have a private key. - Brett On 25/09/2006, at 2:55 PM, Dennis Lundberg wrote: Emmanuel Venisse wrote: interactive mode doesn't work with release:perform. You need to set yo

Re: Problems relasing maven-changes-plugin using release:perform

2006-09-24 Thread Dennis Lundberg
Thanks Todd The project is using scp: so the executables should not be a factor for me. Todd Nine wrote: Hi Dennis, Getting release deploy to work in windows isn't as easy as a *nix system, I had a hard time getting set up. Are you using cygwin? If so, disregard this reply, if you are, then

Re: Problems relasing maven-changes-plugin using release:perform

2006-09-24 Thread Dennis Lundberg
Emmanuel Venisse wrote: interactive mode doesn't work with release:perform. You need to set your password in settings.xml When I try that I get the same results as before. Note that I want interactive mode for wagon (ssh), not for scm (svn). The scm part of the release works fine and it check

Re: Problems relasing maven-changes-plugin using release:perform

2006-09-24 Thread Emmanuel Venisse
interactive mode doesn't work with release:perform. You need to set your password in settings.xml Emmanuel Dennis Lundberg a écrit : Brett Porter wrote: I'd suggest trying a deploy of the snapshot first, as it'll be more convenient than testing the release:perform step each way. Deploying a

Re: Problems relasing maven-changes-plugin using release:perform

2006-09-24 Thread Dennis Lundberg
Brett Porter wrote: I'd suggest trying a deploy of the snapshot first, as it'll be more convenient than testing the release:perform step each way. Deploying a snapshot works without trouble. I just tried it again to make sure. It interactively prompts me for my password whenever it needs it.

Re: Problems relasing maven-changes-plugin using release:perform

2006-09-24 Thread Brett Porter
I'd suggest trying a deploy of the snapshot first, as it'll be more convenient than testing the release:perform step each way. I guess this is another area we need to document in our development process (I'm thinking we need a "developer centre" too...) Cheers, Brett On 25/09/2006, at 6:16

Re: Problems relasing maven-changes-plugin using release:perform

2006-09-24 Thread Todd Nine
Hi Dennis, Getting release deploy to work in windows isn't as easy as a *nix system, I had a hard time getting set up. Are you using cygwin? If so, disregard this reply, if you are, then check the following. 1. Did you set your scpexecutable and sshexecutable in your settings.xml? I use pscp,

Problems relasing maven-changes-plugin using release:perform

2006-09-24 Thread Dennis Lundberg
Hi, I need some help using the maven-release-plugin. I'm trying to release the maven-changes-plugin (my first release). release:prepare went well, but when I do release:perform it hangs at deploy:deploy I'm using maven 2.0.5-SNAPSHOT on Windows XP. It checks out the correct tag from s