- Upload your plugin JAR to the Web server, where the enterprise repository resides.
- If not created yet, create updatePlugins.xml file.
Note
This file can be located at the same Web Server, but it is not obligatory.
If this file already exists for the repository, just open it.
- Add an entry for your plugin to updatePlugins.xml file. Specify the plugin identifier and
repository URL, adhering to the DTD, as described in the section Plugins.
Additionally, you can specify here plugin version. Though, if it is not pointed out in updatePlugins.xml,
IntelliJ IDEA will fish it out from the plugin *.jar.
For example:
<plugins> <plugin id="MyPlugin" url="http://unit:8080/myPlugin.jar" version="1.0"/> </plugins>
Note
To change a plugin, just upload a new version and specify the next version number in the plugin's entry in the updatePlugins.xml file, if the latest version was specified there.

