- Open the IntelliJ IDEA settings, and then click the Plugins node.
-
In the Plugins page, that opens, click the Browse repositories button.
Tip
If you cannot see the Browse repositories and Install plugin from disk, use the slider that appears to the right of the Plugin information pane.
- In the Browse Repositories dialog box, that opens, click the Manage repositories button.
-
In the Custom Plugin Repositories dialog box, that opens, configure a list of enterprise repositories,
that you want to be available from IntelliJ IDEA.
-
To add a new repository, click the Add button and specify the URL address of the required repository
in the Add New Plugin Host dialog box, that opens.
To make sure that the specified URL address guarantees successful connection to the repository, click the Check Now button.
Upon clicking OK you return to the Custom Plugin Repositories dialog box, where the new URL address is added tot he list.
Note
If the whole team uses customized IntelliJ IDEA, you can add the whole list of plugin hosts to bin/idea.properties under the IntelliJ IDEA installation folder. Just open this file and add the following line:
-D idea.plugin.hosts=[URL1],[URL2],...[URLn]
where [URL1],[URL2],...[URLn] is a comma-delimited list of URLs of the enterprise repositories.
- To update the URL address of a repository, select it in the list and click the Edit button. In the Edit Plugin Host dialog box, update the URL address, as necessary.
- To discard a repository, select its URL address in the list and clcik the Remove button.
-
To add a new repository, click the Add button and specify the URL address of the required repository
in the Add New Plugin Host dialog box, that opens.
To make sure that the specified URL address guarantees successful connection to the repository, click the Check Now button.
Upon clicking OK you return to the Custom Plugin Repositories dialog box, where the new URL address is added tot he list.

.
Besides that, you can download and install plugins from other repositories of your choice.
To use plugins from existing enterprise repositories from IntelliJ IDEA,
you need to create a list of URL addresses to access such repositories through.