2022-09-01 16:43:30 +02:00

2.6 KiB

When your plugin is ready, you can publish it to a plugin repository so that other users can install it. You can choose to publish it on the JetBrains Marketplace or a .

Please make sure to follow the guidelines from Plugin Overview page for an optimal presentation of your plugin on JetBrains Marketplace.

This webinar also discusses 5 tips for optimizing JetBrains Marketplace plugin page

See also about widgets and badges.

{type="tip"}

Publishing to JetBrains Marketplace

Before publishing your plugin, make sure it is signed. For more details on generating a proper certificate and configuring the signing process, check the Plugin Signing article.

To upload your plugin to the JetBrains Marketplace, you must log in with your personal JetBrains Account.

  1. Open the JetBrains Account Center and click Create Account.
  2. Fill in all fields in the Create JetBrains Account form that opens and click Register.

To upload your plugin to JetBrains Marketplace:

  1. Log in to JetBrains Marketplace with your personal JetBrains account.
  2. On your Profile page that opens, click Add new plugin.
  3. Fill in the Add new plugin form that opens and click the Add the plugin button to upload your plugin.

See also Marketplace Docs.

Uploading a New Version

When using Gradle, use the provided tasks as described in .

New versions can be uploaded manually on the plugin's detail page, see Marketplace Docs for details.

Publishing a Plugin to a Custom Plugin Repository

If you plan to publish your plugin to a repository other than the JetBrains Marketplace, please refer to the documentation.