Kay
Kay

Reputation: 71

Download Plugins from p2 update site without using eclipse

I'd like to retrieve the content of an update site. I tried the general way ("Help -> Install New Software"), but unfortunately I can't download the content because of conflicting dependencies. Is it possible to download the content of that repository manually, so that I can work with the plugins myself?

Upvotes: 2

Views: 293

Answers (2)

lorenzo-bettini
lorenzo-bettini

Reputation: 2645

To create a local mirror of an Eclipse update site you may want to try the B3 Aggregator, https://www.eclipse.org/b3/.

It comes with an Eclipse editor for specifying the features/bundles to mirror from which update sites.

Upvotes: 0

oberlies
oberlies

Reputation: 11723

You can create a local copy of a remote p2 repository with the p2 mirroring tool. You can call that tool

Upvotes: 2

Related Questions