On 25/01/2008, Patrick Forhan <[EMAIL PROTECTED]> wrote: > > > Could you provide the output from "mvn -X ...etc..." as this will turn > on > > the maven debug and show what versions of plugins/deps are being > resolved.
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: (see http://blogs.msdn.com/ie/archive/2006/12/06/file-uris-in-windows.aspx) file:///c:/bjc/javadown/m2repository in the longer term we'll probably add a patch to do more fixing up for URIs. BTW, note that the OBR exception only means the repository.xml file won't be updated - the bundle will still be installed to the local repo and the build won't fail on this exception. the build error at the end was due to a missing version tag from the shell pom which meant it was using its parent version (ie. 1.0.2) - I've just committed the fix for this... Done. > > Pat. > > -- > Defy mediocrity. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Cheers, Stuart

