mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 09:47:50 +08:00
17 lines
897 B
Markdown
17 lines
897 B
Markdown
---
|
|
title: Publishing a plugin to plugin repository
|
|
---
|
|
|
|
When your plugin is ready, you can upload it to [IntelliJ IDEA Plugin Repository](https://plugins.jetbrains.com/?idea). To perform this operation, you should login to Intellij IDEA Plugin Repository with your personal JetBrains account.
|
|
|
|
**To get your JetBrains account**
|
|
|
|
1. Open the JetBrains Account Center web page at http://account.jetbrains.com 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 Intellij IDEA Plugin Repository**
|
|
|
|
1. Login to **IntelliJ IDEA Plugin Repository** at http://plugins.intellij.net/space 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.
|