> -----Original Message----- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: mardi 3 janvier 2006 21:09 > To: Maven Developers List > Subject: Re: need help for deploying the clover plugin v2.0 > > Vincent Massol wrote: > > So we don't have a way to express "latest version but not a snapshot" in > our > > dependencies, right? Maybe this would be a nice feature for Maven 2.1+? > > It's already on the list. Please take a look at the design wiki.
Ok cool. I have looked several times at the wiki but I didn't remember this one. Sorry. > > Not sure I understand what you mean here. Are you saying that I should > not > > be building trunk or something like that? As a user, you're right, I > would > > rather not have to do this. It's just that if I don't do it I cannot use > the > > plugins as they're buggy or missing the feature I need. > > Firstly, the plugins should have *nothing* to do with the bootstrap. > Except for plugins requiring a new version of Maven, you can use the > last release, otherwise use a nightly. > > For the plugins that you believe are buggy or missing features in the > last release, just install those ones. Don't install everything, every > day, because you'll end up with a very unstable system. > > Even better, tell us which things are preventing you from doing your > work. Last time I checked, you are a developer here. Engage in > discussions about what needs to be done to get those plugins released. > Maybe even help out fixing some bugs to get the release over the line. Errr... last time I checked this is exactly what I've been doing... I'm still doing this as I write. I spend about 2-3 hours average every day working on m2 at different levels: suggesting ideas, participating to discussions, raising issues, creating plugins, fixing things. If you're asking to spend 10 hours a day on Maven, sorry I can't do that knowing that I have a day-time job too... Sorry Brett, I think we've not communicating well in the last 1 or 2 weeks. It's probably because you've seen me say "negative" things on m2. When I said those, I considered myself at fault too as I consider myself part of the development team. So no need to worry there. I'll be more careful in the future. I was (and I still am) quite stressed because I need to progress on the book's chapter and I keep getting some issues on the way and I don't see myself progressing fast enough. I apologize if I have bounced this stress at you! > > Right now I cannot deploy the clover plugin at all as I get errors with > all > > versions I use. I need to figure out the right combination or trunk vs > 2.0.2 > > branch and plugin trunk versions vs released version of plugins. I > haven't > > found it yet and right now both trunk and 2.0.2 branch are failing for > me. I've found the reason I wasn't able to build trunk or the 2.0.x branch. This was due to a wrong settings.xml where I had a mirror defined. Unfortunately I didn't see this as the error message kept telling me something different (see http://jira.codehaus.org/browse/MNG-1914). > The deploy situation hasn't changed since 2.0. There is no magic > combination: if you are using scp or sftp, then its wagon-ssh. If you > are using scpexe, its wagon-ssh-external. > > The problems we have: > * jsch has a problem with the session being down. Retrying fixes it. On windows, I've never got to having it work. Even after 20 retries or more. I still don't know why I got that '-o' error with pscp which I had a long time ago but was fixed several weeks ago. Don't worry, I'll investigate more now that I'm able to build both trunk and 2.0.x again. [snip] > I recommend we use sftp everywhere and just retry if there are failures > until we find a better solution, as scpexe is just broken with those two > issues. Hmmm... I just used scpexe over the weekend to release cargo and it worked fine. Maybe I was just lucky or I had not updated to a more recent version that's causing some issue. > If you have any other issues, please report them. IMO, someone should > spend some time on this before we release 2.0.2. > > > As I said, I'd be happy for someone to simply run "mvn deploy" and "mvn > site > > site:deploy" for me on the tag for clover plugin v2.0. If not I'll do it > but > > I may require a few more days to find a working solution. > > I'll do it now. Thanks! -Vincent --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
