Re: [RESULT] [VOTE] Release Maven Release plugin version 2.0-beta-9 and scm 1.2

2009-03-28 Thread Olivier Lamy
Thanks! -- Olivier 2009/3/28 Brian E. Fox : > All set. This was the same problem we saw with the install plugin > missing a file, the issue has been corrected now and shouldn't happen > any more. > > -Original Message- > From: oliver.l...@gmail.com [mailto:oliver.l...@gmail.com] On Behalf

Re: [ANN] Maven Release Plugin 2.0-beta-9 Released

2009-03-28 Thread Niall Pemberton
On Sat, Mar 28, 2009 at 10:53 PM, Brian E. Fox wrote: > All set. Thanks Niall > -Original Message- > From: Niall Pemberton [mailto:niall.pember...@gmail.com] > Sent: Saturday, March 28, 2009 5:52 PM > To: Maven Developers List > Subject: Re: [ANN] Maven Release Plugin 2.0-beta-9 Releas

RE: [RESULT] [VOTE] Release Maven Release plugin version 2.0-beta-9 and scm 1.2

2009-03-28 Thread Brian E. Fox
All set. This was the same problem we saw with the install plugin missing a file, the issue has been corrected now and shouldn't happen any more. -Original Message- From: oliver.l...@gmail.com [mailto:oliver.l...@gmail.com] On Behalf Of Olivier Lamy Sent: Saturday, March 28, 2009 6:00 PM T

RE: [ANN] Maven Release Plugin 2.0-beta-9 Released

2009-03-28 Thread Brian E. Fox
All set. -Original Message- From: Niall Pemberton [mailto:niall.pember...@gmail.com] Sent: Saturday, March 28, 2009 5:52 PM To: Maven Developers List Subject: Re: [ANN] Maven Release Plugin 2.0-beta-9 Released The parent pom doesn't seem to have found its way to the public repo yet, is i

Re: [RESULT] [VOTE] Release Maven Release plugin version 2.0-beta-9 and scm 1.2

2009-03-28 Thread Olivier Lamy
So it looks they are still issues with groupId org.apache.maven.release which is not sync. Can you fix that too ? The new release of release plugin is still not usuable. Thanks, -- Olivier 2009/3/28 Olivier Lamy : > I can see the artifacts on central now. > > Thanks Brian ! > > -- > Olivier > > 2

Re: [ANN] Maven Release Plugin 2.0-beta-9 Released

2009-03-28 Thread Niall Pemberton
The parent pom doesn't seem to have found its way to the public repo yet, is it on its way? http://repo1.maven.org/maven2/org/apache/maven/release/maven-release/ Niall On Sat, Mar 28, 2009 at 5:36 PM, Olivier Lamy wrote: > Hi, > The Maven team is pleased to announce the release of the Maven Rel

Re: Critical dataloss bug in Maven clean 2.3

2009-03-28 Thread Dan Tran
It burned me before!!! :-) On Sat, Mar 28, 2009 at 11:13 AM, Bouiaw wrote: > Hi, > > Just to highlight that MCLEAN-39 dataloss bug is still opened, I think it > should be a nice thing to fix it before some companies hard drive content > behing removed by this terrible bug ! > > Sorry for not havi

Re: Critical dataloss bug in Maven clean 2.3

2009-03-28 Thread Bouiaw
Hi, Just to highlight that MCLEAN-39 dataloss bug is still opened, I think it should be a nice thing to fix it before some companies hard drive content behing removed by this terrible bug ! Sorry for not having to time to fix it myself. Regards, Bouiaw On Fri, Feb 6, 2009 at 2:34 PM, Brian E. F

[ANN] Maven Release Plugin 2.0-beta-9 Released

2009-03-28 Thread Olivier Lamy
Hi, The Maven team is pleased to announce the release of the Maven Release Plugin, version 2.0-beta-9. http://maven.apache.org/plugins/maven-release-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-release-plugin 2.0-beta-9 Rele

[ANNOUNCE] Maven Scm 1.2 Release

2009-03-28 Thread Olivier Lamy
Hi, The Maven team is pleased to announce the release of Maven Scm, version 1.2 Release Notes - Maven SCM - Version 1.2 ** Bug * [SCM-246] - p4 command reports most or all errors on stderr but maven-scm-provider-perforce throws away stderr * [SCM-252] - ClearCaseUpdateConsumer for I18N

Re: [RESULT] [VOTE] Release Maven Release plugin version 2.0-beta-9 and scm 1.2

2009-03-28 Thread Olivier Lamy
I can see the artifacts on central now. Thanks Brian ! -- Olivier 2009/3/28 Brian E. Fox : > It's in the process of syncing to central now. > > -Original Message- > From: oliver.l...@gmail.com [mailto:oliver.l...@gmail.com] On Behalf Of > Olivier Lamy > Sent: Saturday, March 28, 2009 3:4

Re: Release for maven-archetype-plugin

2009-03-28 Thread Raphaël Piéroni
Hi Jason, I just uploaded a new snapshot which tries to fix the sort problem. Please note that the plugin ask for a version only if the catalog contains many archetypes of the same groupId-artifactId and different version (if only one version is found, then no question is asked) I implemented th

RE: [RESULT] [VOTE] Release Maven Release plugin version 2.0-beta-9 and scm 1.2

2009-03-28 Thread Brian E. Fox
It's in the process of syncing to central now. -Original Message- From: oliver.l...@gmail.com [mailto:oliver.l...@gmail.com] On Behalf Of Olivier Lamy Sent: Saturday, March 28, 2009 3:42 AM To: Maven Developers List; scm-...@maven.apache.org Subject: Re: [RESULT] [VOTE] Release Maven Rele

Re: Re : Re : [VOTE] Release Maven eclipse plugin version 2.6

2009-03-28 Thread Barrie Treloar
On Fri, Mar 27, 2009 at 5:21 PM, Barrie Treloar wrote: > On Fri, Mar 27, 2009 at 4:48 PM, Arnaud HERITIER wrote: >> No, there's no reason to stop it.We'll publish a 1.6.1 in few days if >> necessary > > Except the current vote count :) > > +1 (binding): >  aherit...@gmail.com benjamin.bentm...@ud

Re: [VOTE] Release Maven eclipse plugin version 2.6

2009-03-28 Thread Benjamin Bentmann
Barrie Treloar wrote: Staging repo: https://repository.apache.org/content/repositories/maven-staging-52acfb2f215fcf/ Staging site: http://maven.apache.org/plugins/maven-eclipse-plugin-2.6/ +1 Benjamin - To unsubscribe, e-m

Re: AbstractMojo.getLog vs LogEnabled.enableLogging (found in maven-eclipse-plugin)

2009-03-28 Thread Barrie Treloar
> If you want to log in Plexus there is no static logging. You either extend > AbstractLogEnabled to have logging capabilities or you inject a Logger. > > Mojo has it's own logging implementation to decouple it from Plexus even > though the default implementation wraps a Plexus logger. > > Therefor

Re: [RESULT] [VOTE] Release Maven Release plugin version 2.0-beta-9 and scm 1.2

2009-03-28 Thread Olivier Lamy
Hi, I have use the nexus ui to promote artifacts. The release plugin is on central repo but not scm artifacts !! Can someone have a look ? Other issue : one day after site deploy on p.a.o sites are not yet sync (release plugin and scm site) Thanks! -- Olivier 2009/3/27 Olivier Lamy : > Hi, > The