That appears to work. I now have 2 questions: 1. How do we fix hudson 2. What does the -N option do?
Alasdair On 21 December 2010 17:38, Guillaume Nodet <[email protected]> wrote: > That's the way snapshots are uploaded by maven (as timestamps to allow > several snapshots to coexist). > > Try the following: > mvn -N install > (cd parent ; mvn install) > (cd proxy ; mvn install) > mvn install > > or something like that. > > On Tue, Dec 21, 2010 at 18:31, Alasdair Nottingham <[email protected]> wrote: >> My build still doesn't work. It is looking for: >> >> Downloading: >> http://repository.apache.org/snapshots/org/apache/aries/proxy/org.apache.aries.proxy/0.3-SNAPSHOT/org.apache.aries.proxy-0.3-SNAPSHOT.pom >> >> which isn't there. The file in the snapshot repo is: >> >> http://repository.apache.org/snapshots/org/apache/aries/proxy/org.apache.aries.proxy/0.3-SNAPSHOT/org.apache.aries.proxy-0.3-20101221.164459-1.pom >> >> My understanding would say that having the pom and jar with >> 20101221.164459-1 instead of SNAPSHOT isn't right and would explain >> the problem. >> >> Alasdair >> >> On 21 December 2010 17:24, Guillaume Nodet <[email protected]> wrote: >>> I doubt, has the only change it a grep replace 0.3-incubating-SNAPSHOT >>> to 0.3-SNAPSHOT. >>> In addition it works with maven 3 but fails with 2.2 (both offline). >>> I'm sure the same error would happen if I revert the change, clean my >>> repo from any snapshot and build offline. >>> Since I've uploaded a snapshot, I suspect you won't see the problem >>> again, even with maven 2, but it looks like a maven problem. I think >>> it comes from the fact that we use the *bundle* packaging but depend >>> on the jar (from a maven dependency pov). >>> >>> On Tue, Dec 21, 2010 at 17:48, Mark Nuttall <[email protected]> wrote: >>>> Guillaume, >>>> Please see https://hudson.apache.org/hudson/job/Aries/805/ - it does >>>> seem very likely that your changes are responsible for the broken >>>> build. >>>> >>>> Regards, >>>> Mark >>>> >>>> On 21 December 2010 16:41, Guillaume Nodet <[email protected]> wrote: >>>>> It was working for me when building from the upper level (at least once). >>>>> >>>>> On Tue, Dec 21, 2010 at 17:38, Alasdair Nottingham <[email protected]> >>>>> wrote: >>>>>> Hi, >>>>>> >>>>>> Our builds are failing since the pom's have been updated. I suspect >>>>>> this relates to the snapshot repo, but that is a guess on my part, >>>>>> does anyone know? >>>>>> >>>>>> Alasdair >>>>>> >>>>>> -- >>>>>> Alasdair Nottingham >>>>>> [email protected] >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Cheers, >>>>> Guillaume Nodet >>>>> ------------------------ >>>>> Blog: http://gnodet.blogspot.com/ >>>>> ------------------------ >>>>> Open Source SOA >>>>> http://fusesource.com >>>>> >>>> >>> >>> >>> >>> -- >>> Cheers, >>> Guillaume Nodet >>> ------------------------ >>> Blog: http://gnodet.blogspot.com/ >>> ------------------------ >>> Open Source SOA >>> http://fusesource.com >>> >> >> >> >> -- >> Alasdair Nottingham >> [email protected] >> > > > > -- > Cheers, > Guillaume Nodet > ------------------------ > Blog: http://gnodet.blogspot.com/ > ------------------------ > Open Source SOA > http://fusesource.com > -- Alasdair Nottingham [email protected]
