Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Calling Tycho / Maven Ninjas

You are not using Tycho for jgit bundle build, only to assemble update
site. In this scenario Tycho just grabs pre-built jar and uses it as-as.
I don't think Tycho should change bundles it gets from external sources.

For bundles and features Tycho builds itself, it provides qualifier
expansion logic more or less similar to what you get from PDE. With ways
to configure qualifier expansion through pom.xml, of course.

--
Regards,
Igor

Chris Aniszczyk wrote:
On Thu, Jan 21, 2010 at 6:20 PM, Matthias Sohn
<matthias.sohn@xxxxxxxxxxxxxx> wrote:
I'm also bothered with the org.eclipse.jgit bundle being generated
with out a replaced .qualifier
WTF.  I think this is happening because Robin backed out the use
of the bundle plugin in Maven.  So the MANIFEST.MF is being used
essentially as-is by the JAR task.

We need to modify our Maven build process to edit the MANIFEST.MF
files then.
Any hints how this editing could be done ? I looked around a while but
didn't find any matching Maven trick yet.

This sounds like a Tycho bug though. Any ideas Igor?

Cheers,



Back to the top