On 25/01/2008, Patrick Forhan <[EMAIL PROTECTED]> wrote: > > On Jan 24, 2008 11:49 AM, Stuart McCulloch <[EMAIL PROTECTED]> > wrote: > \> ok, the OBR exception is caused by the custom localRepository setting: > > > > file://c:/bjc/javadown/m2repository > > > > for now changing this to use three slashes after file: should fix the > > exception: > > > > file:///c:/bjc/javadown/m2repository > > Who is making that URL? My settings.xml has: > <localRepository>c:/bjc/javadown/m2repository</localRepository> > > so it has to be maven or a mojo... are you saying I can put a URL in > there?
probably maven as the value injected from the plexus container into the plugin has 'file://' - try putting file:///c:/bjc/javadown/m2repository into settings.xml and see if that helps there'll be a 1.0.1 release of the OBR plugin to fix these windows bugs (I guess no-one tested the snapshot on windows with a non-default local repo, as the code has been like this for quite some time...) Pat. > > -- > Defy mediocrity. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Cheers, Stuart

