Re: Autoamated Releasing with Maven

2009-11-10 Thread Gabriele Columbro
Hi guys, some updates on the Chemistry release status. We should be clear to deploy in Nexus looking at the status of [1] , so today I'll try to perform a 1.0-SNAPSHOT release from the trunk to the Apache snapshot repository. Any issue with this? When this is working I'd like to start

Re: Autoamated Releasing with Maven

2009-11-10 Thread Gabriele Columbro
As mentioned in the spin-off thread, mvn deploy is properly working for snapshots on repository.apache.org. In order to do this I had to remove the distributionManagement dummy section (mentioned to be needed for Hudson), in trunk since revision 834441. Just wondering if I am breaking

Re: Autoamated Releasing with Maven

2009-10-15 Thread Gabriele Columbro
Thanks Jukka! I'll try right away some snapshot deployment and then look better into the proper staging and deployment procedures for releases. Keep you posted, Gab On Oct 13, 2009, at 10:59 AM, Jukka Zitting wrote: Hi, On Fri, Oct 9, 2009 at 7:50 PM, Gabriele Columbro

Re: Autoamated Releasing with Maven

2009-10-15 Thread Florent Guillaume
As we have several branches people are interested in (at least 0.62 and trunk), we may want to think about renumbering the poms, so that in the 0.62 branch we're version0.62-SNAPSHOT/version and in the trunk we're version0.70-SNAPSHOT/version. What do you think? Florent On Thu, Oct 15, 2009 at

Re: Autoamated Releasing with Maven

2009-10-15 Thread Gabriele Columbro
Answering to self, I opened an issue for this here: https://issues.apache.org/jira/browse/INFRA-2284 HTH, Gab On Oct 15, 2009, at 11:41 PM, Gabriele Columbro wrote: Hi Jukka, On Oct 13, 2009, at 10:59 AM, Jukka Zitting wrote: Hi, On Fri, Oct 9, 2009 at 7:50 PM, Gabriele Columbro

Re: Autoamated Releasing with Maven

2009-10-13 Thread Jukka Zitting
Hi, On Fri, Oct 9, 2009 at 7:50 PM, Gabriele Columbro gabriele.colum...@alfresco.com wrote: I was wondering if I could : - Configure the maven build to release against Apache servers (if not yet there) - Release a snapshot version (at least of chemistry-atompub-tck, as I need it for some

Autoamated Releasing with Maven

2009-10-11 Thread Gabriele Columbro
Hi guys, I was wondering if I could : - Configure the maven build to release against Apache servers (if not yet there) - Release a snapshot version (at least of chemistry-atompub-tck, as I need it for some integration purposes) from the 0.6.2 branch. I see that a whole guide on how to do