>>>>> On Tue, 20 Apr 2004 07:52:20 -0500, Steve Cohen <[EMAIL PROTECTED]> said:
> Thanks Jeff. Looks like maven dist will take care of the binary and > source distros. > What command "pushes the site out"? maven site:deploy This will generate all the docs and reports, and then attempt to ssh the site out. If the user you are logged in as is a different username than your apache one, you need to have maven.username set to your apache account that has access to where the sites are. You can do this in your ~/build.properties or on the command-line: maven -Dmaven.username=brekke site:deploy > Then there are the checksumming and gpg signing mentioned here: > http://jakarta.apache.org/commons/releases/release.html I did this by hand on the last release. > Are these supported by maven? Are they necessary for a release > candidate as opposed to a full-up release? I'm planning to do a > release candidate, then a vote, then cut the actual release, > assuming it passes. I don't think they are necessary for rc's but can't hurt. > Steve > On Monday 19 April 2004 10:04 pm, Jeffrey D. Brekke wrote: >> Not that I know of. The last release I did I used maven to build >> the source and binary dist's along with pushing the site out as >> usual. >> >> If you walk through it, keep some notes and maybe we can ammend the >> current steps with maven alternatives. >> >> >>>>> On Mon, 19 Apr 2004 20:42:06 -0500, Steve Cohen >>>>> >> <[EMAIL PROTECTED]> said: >> > >> > Most of the release docs under Apache appear to be pre-maven. Is >> > there a doc on preparing a release with maven? >> > >> > >> --------------------------------------------------------------------- >> > To unsubscribe, e-mail: >> [EMAIL PROTECTED] > For additional >> commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- ===================================================================== Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED] [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
