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

Chris - can we teach PDE build to understand SNAPSHOT as well as .qualifier? That way, a local Maven build would still work (although for 'release' builds we'd still need to change the number)

Alex

Sent from my (new) iPhone

On 22 Jan 2010, at 16:28, Matthias Sohn <matthias.sohn@xxxxxxxxxxxxxx> wrote:

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
_______________________________________________
egit-dev mailing list
egit-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/egit-dev

Back to the top