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

2010/1/22 Matthias Sohn <matthias.sohn@xxxxxxxxxxxxxx>
2010/1/22 Shawn O. Pearce <spearce@xxxxxxxxxxx>

Chris Aniszczyk <zx@xxxxxxxxxxxxxxxxx> 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.

I will try to fix this using maven-antrun-plugin. I got some hints from a local Maven expert.

--
Matthias

Back to the top