jerome lacoste wrote: > On 1/31/06, Brett Porter <[EMAIL PROTECTED]> wrote: >> It shouldn't be necessary - the mojo group that you are in can write to >> the mojo area of the repo (if that's not the case, let me know). You >> should perform it as lacostej. > > It works now. Thanks. 2 more questions: > > - do you know of any way to debug jsch ? I am pretty much used to ssh > -v -v -v (also praised on the jsch home page), but I haven't been able > to find such an option to debug jsch itself. That would have helped me > troubleshoot the issue.
Not that I know of. > > - I see that the mojo-sandbox default deployment uses scp. I much > prefer to use the scpexe version, because that doesn't force me to > write my passphrase in my settings.xml. What do you guys use? > > Is there a way for me to override this snapshots repository url > without having to modify all my poms? Yes and no, it's a known issue. We have the same problem with lightweight vs httpclient wagons. What you can do is create a profiles.xml next to the root pom that contains your override (but I'm not sure distributionManagement was included for some strange reason). - Brett