LoginSignup
1
1

More than 3 years have passed since last update.

Eclipse のプラグインアップデートサイトをミラーする方法

Posted at

逐次、補強予定 :sweat_smile:

Metadata の取得

 eclipse -nosplash -verbose
 -application org.eclipse.equinox.p2.metadata.repository.mirrorApplication
 -source ミラー元URL (例: http://download.eclipse.org/releases/2020-06)
 -destination ミラー先URL (例: file:/tmp/2020-06-Mirror/)

Artifacts の取得

 eclipse -nosplash -verbose
 -application org.eclipse.equinox.p2.artifact.repository.mirrorApplication
 -source ミラー元URL (例: http://download.eclipse.org/releases/2020-06)
 -destination ミラー先URL (例: file:/tmp/2020-06-Mirror/)

参考文献

おまけ

コマンドラインでプラグインをインストールする方法。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1