Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] How to build [EJ]Git?

On Jan 6, 2010, at 17:25, Shawn O. Pearce wrote:

Alex Blewitt <alex.blewitt@xxxxxxxxx> wrote:
On Jan 6, 2010, at 15:51, Shawn O. Pearce wrote:
Gerrit's build system is pom-first Maven 2.
It can't consume a manifest-first Maven 3 based build artifact.

So, this is the nub of the problem, right?

It was a major contributor factor, yes. Maven 3 installed a manifest-first pom into the repository
as-is, which meant that in order to read it you had to load up the
OSGi runtime and the p2 resolver used by Maven 3/Tycho.

Jason,

Does this mean that Maven 2 runtimes won't be able to consume anything generated by Tycho in Manifest-first mode? Is this a known bug, because it sounds like a limiting factor in being able to consume such manifest-first projects.

Alex


Back to the top