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: Rest plugin and binary data

2009-04-28 Thread Mike Watson
Hi Tom, This is going back a while but the key things are that you: * have the right annotations at the head of your controller class (e...@result(name = "image", type = StreamResult.class, value = "image")), * implement a getImage() method (assuming it's images you're wanting) that does something

[VOTE] - Struts Master Archetype 5

2009-04-28 Thread Wes Wannemacher
The Struts Master 5 test build is now available as a Maven artifact. It is a dependency of Struts 2.1.7. If you have had a chance to review the test build, please respond with a vote on its quality: [ ] Leave at test build [ ] Alpha [ ] Beta [ ] General Availability (GA) Everyone who has tested

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