Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] JGit Build Failures?

Tycho still needs pom.xml files even for manifest-first projects. Some
information required by the build, like p2 repository URLs or test
runtime configuration, is not present in bundle manifests. Tycho
extracts as much information from existing OSGi and PDE metadata, but
the rest needs to come from pom.xml files.

--
Regards,
Igor

Shawn O. Pearce wrote:
Igor Fedorenko <ifedorenko@xxxxxxxxxxxx> wrote:
There is no pom.xml, as far as I can see [1]. Where did it go? Wrong branch?

[1] https://build.eclipse.org/hudson/job/cbi-jgit/ws/

We recently switched to manifest-first build mode, shouldn't Tycho
be picking up the META-INF/MANIFEST.MF files instead of pom.xmls ?



Back to the top