On 25/09/2007, Stefano Lenzi <[EMAIL PROTECTED]> wrote: > > Stuart McCulloch wrote: > > > > > > > > in fact the main Felix build just failed because of the new bundleplugin > > snapshot! > > for some reason Maven fetches the bundleplugin from the apache snapshots > > repo, > > but then only looks for the OBR plugin on central (never looks at the > other > > repo) > > > > I've deployed a new snapshot without the FELIX-370 changes to get the > build > > working again while I investigate what's going on with Maven. > > Do you have any clue on how to fix it?
yes - I have an idea, but I'm currently digging into maven internals to verify the problem at the moment is that maven looks at the combined build life-cycle, sees that the maven-obr-plugin is used and jumps straight to the central repo to look for it the solution may involve a more programmatic approach to adding the goals - that way we have control if for some reason maven can't find the obr plugin -- Cheers, Stuart
