Discussion:
[tycho-user] How to use a modified MANIFEST.MF when building with tycho?
Clemens Eisserer
2018-07-22 14:33:15 UTC
Permalink
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
Pascal Rapicault
2018-07-23 10:13:37 UTC
Permalink
You could configure maven to override the manifest.mf early on in the
build process (for example during the generate-resources phase).
Post by Clemens Eisserer
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
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user
Loading...