LoginSignup
7
6

More than 5 years have passed since last update.

Eclipse MarketPlaceに自作のPluginを登録する

Last updated at Posted at 2014-04-23

自作のEclipse Pluginの登録は簡単です。

Eclipse.org accountのアカウントを作成する

以下のサイトから辿ってサインアップする。(login → Create Account)

http://marketplace.eclipse.org/

アカウント作成するとメールが来るので本登録を終わらせて、ログインする.

コンテンツを追加する

1.ログイン後のメニューに「Add Content」があるのでそれを叩く。
2.「Add a new Solutions Listing」リンクを叩く。
3. 登録するPluginの情報を記述

Solution Name : Eclipse MarketPlaceに表示される名前
Product URL : プロジェクトのURLとか、自分はgithubレポジトリのURLを書いた
Version: Eclipse MarketPlaceに表示されるバージョン
Update Site URL: 自分はbintrayに作ったのでそのURL
Supported Eclipse Version: 例えば 4.3.2
Feature IDs: 以下のid

feature.xml
<feature url="path/to/feature.jar" id="feature.to.install" version="1.x.x.x">

Support URL: issue tracking systemのURL。自分はgithubのissues
Status : Eclipse MarketPlaceに表示されるDevelopment Status
Solution Type : This product requires an existing Eclipse installation to functionをチェック
Solution Description : Eclipse MarketPlaceに表示される説明
Categories : タグ。5個まで
Markets : 検索対象のマーケット

saveボタンで終了。

審査とMy Marketplaceに表示されるのを待つ

これは一日以上待った気がする。上記save後のメッセージなどが地味なので、本当にsaveできたのかが不安になるが、待っていれば、登録される。

7
6
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
7
6