I have an offline (no internet) eclipse install that I would like to install some plugins from the eclipse marketplace. It used to be that the marketplace site would provide link to download the 'update site' (Downloading Eclipse plug-in from Eclipse Marketplace for offline usage), but this is no longer the case. The 'install' and 'download' buttons in the marketplace are just a reference urls that only eclipse seems to understand what to do with.
The few recent examples that I have been able to find involve downloading the update sites from non-eclipse sites:
- Installing Groovy and Gradle plugins in Eclipse 4.17 (2020-09) offline
- Install sonarlint plugin in eclipse offline
- How to offline install of Spring Boot Tools Plugin into Eclipse IDE?
- How to Install ADT and CDT plugins for Eclipse Neon in offline mode
Is there not a way to get the download url from the marketplace?
Alternatively some posts talk about mirroring the p2 repo. Downloading a full repo isn't optimal (I just want a few plugins), but I can't even find up-to-date instructions for that either.