RFR: 7576: Remove the need for a local jetty server for dependencies [v2]

Marcus Hirt hirt at openjdk.org
Wed Oct 25 17:25:42 UTC 2023


On Wed, 10 Aug 2022 20:31:28 GMT, Austin Brooks <duke at openjdk.org> wrote:

>> Using newer Tycho features to achieve result:
>> 
>> Maven dependencies in a target (Tycho 2.2 ): https://github.com/eclipse/tycho/blob/master/RELEASE_NOTES.md#support-for-m2e-pde-maven-target-locations
>> Nested target to cut down on duplicate third party code (Tycho 2.6): https://github.com/eclipse/tycho/blob/master/RELEASE_NOTES.md#support-for-nested-targets
>> 
>> Note: Due to change in 2.7, you must delete a file when switching branches due to changes in the `.m2` folder: https://github.com/eclipse/tycho/blob/master/RELEASE_NOTES.md#caution-when-switching-between-tycho-versions
>
> Austin Brooks has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains five commits:
> 
>  - Update latest targets to point to third-party
>  - Merge branch 'master' into removeJettyMerged
>  - Remove references to third-party from scripts/
>  - Fix clean target trying to access third-party directory
>  - XXX: Remove needing to use a local jetty server for dependencies

Hi @abrooksv! Is this something you'd like to get into JMC 9? Do you know if your changes will work well in the PDE / Eclipse?

-------------

PR Comment: https://git.openjdk.org/jmc/pull/387#issuecomment-1779730563


More information about the jmc-dev mailing list