Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [epp-dev] How to update jetty in a fork of epp?

Hi,

You'll need to locally build a fork of platform to replace the various references to jetty by newer (or more relaxed) ones; then you'll need to re-build the EPP package ensuring your fork is taken into account (it can happen just by `mvn install`ing Platform then building EPP, which may just consume the locally installed artifacts; or you can use the `-Depp.wormhole.repository=file:/path/to/local/p2/repo/for/platform/build`. It safer if you bump the version by +0.0.1 of the features that do reference older Jetty; so you can more easily force their inclusion by specifying the version in the .product file.

HTH

Back to the top