Re: Woes trying to release

2009-04-28 Thread Wes Wannemacher
On Tuesday 28 April 2009 09:14:48 pm Robert Leland wrote: > Have you ever considered taking this out of the pom,xml entirely and > moving it to the settings.xml ? > This would allow you to add a password, for continuous build stuff if > that's required when fetching the code. > In addition not hav

Re: Woes trying to release

2009-04-28 Thread Robert Leland
Have you ever considered taking this out of the pom,xml entirely and moving it to the settings.xml ? This would allow you to add a password, for continuous build stuff if that's required when fetching the code. In addition not having the branch explicitly hard coded in the pom.xml might make wo

Re: Woes trying to release

2009-04-28 Thread Wes Wannemacher
I went through and checked and there were two others. I updated them all to point to https: I don't think there is much risk, if you check out from https: then your check-in will be made against https: I think the problem I'm having is that Maven is reading this parameter while it is trying to tag

Re: Woes trying to release

2009-04-28 Thread Musachy Barroso
The pom under /trunk uses https, so I guess the answer is "https". musachy On Tue, Apr 28, 2009 at 8:33 AM, Wes Wannemacher wrote: > So, I had a bunch of trouble trying to run the release. I am starting > with the struts-master pom because it seems it is a bit easier to > learn the release proce

Woes trying to release

2009-04-28 Thread Wes Wannemacher
So, I had a bunch of trouble trying to run the release. I am starting with the struts-master pom because it seems it is a bit easier to learn the release process when I am only dealing with one file :) Anyhow, I noticed that in that pom file, there is this section - scm:svn:http://svn.a