On Tue, Nov 11, 2008 at 10:04 PM, Rahul Akolkar <[EMAIL PROTECTED]> wrote: > On Tue, Nov 11, 2008 at 1:56 AM, Henri Yandell <[EMAIL PROTECTED]> wrote: >> Proving Phil's point on release process, I'm staring at Collections >> and wondering just how to release it. >> > <snip/> > > :-) > > Don't know what process you used before. I followed the process on top > of this page for the previous Commons SCXML release using m2: > > http://wiki.apache.org/commons/CreatingReleases
The alternative (which I've done a few times) is to tag in the usual way and just use m2 to create the artifcats. If you use mvn -Prc package It will (from memory) generate everything except md5/sha files. If you use mvn -Prc install then it does the md4/sha files as well - but they'll be in your local repo, rather than "target" directory Niall > There are various m2 things you could run into, here are some [1, 2, > 3]. If you choose to use that process and things don't work as > intended, start by looking at the Commons SCXML pom. > > As an aside, note that some newer plugin versions (site, for one) are > available as compared to what the parent pom is pegged at. > > -Rahul > > [1] http://issues.apache.org/jira/browse/COMMONSSITE-26 > [2] http://jira.codehaus.org/browse/MSITE-25 > [3] http://jira.codehaus.org/browse/SCM-406 > > >> Hen >> >> On Tue, Nov 4, 2008 at 10:01 PM, Henri Yandell <[EMAIL PROTECTED]> wrote: >>> If you look at https://issues.apache.org/jira/browse/COLLECTIONS >>> you'll see that Collections 3.3 is getting extremely close. >>> >>> In case anyone is holding back on a bug, wants to take a look or >>> mentally reserve some time etc to look at the rc :) >>> >>> I'm loosely thinking on making a first release candidate at the end of the >>> week. >>> >>> Hen >>> > > --------------------------------------------------------------------- > 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]