Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] How to use a modified MANIFEST.MF when building with tycho?

You could configure maven to override the manifest.mf early on in the build process (for example during the generate-resources phase).


On 7/22/2018 4:33 PM, Clemens Eisserer wrote:
Hi,

We are using tycho to build web-applications based on eclipse RAP and
it works like a charm.
However recently I came across the requirement to configure the webapp
with different dependencies when starting it directly from the Eclipse
IDE (requires some additional dependencies) vs running it on the app
server.

It seems the Eclipse relies on MANIFEST.MF to be called just like that
- so would it be possible to instruct tycho to use a different
MANIFEST.MF instead?

Thank you in advance and best regards, Clemens
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user




Back to the top