IntelliJ IDEA 11.1 Web Help

To add a plugin to your enterprise plugin repository, follow these general steps
  1. Upload your plugin JAR to the Web server, where the enterprise repository resides.
  2. 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.

  3. 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.

See Also

Concepts:

Procedures:

Reference:

Web Resources: