To use Artifactory as your JetBrains Plugins Marketplace, you need to modify the product.json file to point to Artifactory.
Prerequisite: Before connecting your IDE to Artifactory, you must have an existing JetBrains Plugins repository in Artifactory. For more information, see Create a JetBrains Plugins Repository.
To connect your IDE to Artifactory:
Open your JetBrains IDE.
Navigate to Help | Edit Custom Properties.
Add the following entry to your
.propertiesfile:idea.plugins.host=https://[JFrogPlatformURL]/artifactory/api/jetbrainsplugins/<REPO_NAME>Where:
[JFrogPlatformURL]: Your organization's Artifactory URL<REPO_NAME>: The name of the target repository
For example:
idea.plugins.host=https://company.jfrog.io/artifactory/api/jetbrainsplugins/jetbrains-remoteSave the changes.
Close all instances of your JetBrains IDE and restart the program.
Note
You can also use JFrog Set me up to copy the snippet populated with your token and environment. For more information, see Use Artifactory Set Me Up for Configuring Package Manager Clients.
Next steps: