Plugin details in custom / enterprise plugin repository
Hi,
I would like to create my own repository for a plugin. So with some digging I finaly created one, it's working correctly, however I cannot see any details of plugin.xml. (name, changelog, vendor, description)
Here's what I see instead :
There is no date as well. Also can we expose diffrent version of the plugin, depending on the version of IntelliJ IDEA ?
My updatePlugins.xml looks like (note that paths and urls are temporary) :
<plugins> <plugin id="jd-intellij" url="http://arkey.fr/jd-intellij/jd-intellij-1.0.zip" version="1.0"/> </plugins>
The relevant zip file structure looks like :
jd-intellij.zip
- jd-intellij
- lib
- jd-intellij.jar
- META-INF
- plugin.xml
- ...
- nativelib
- ...
- META-INF
- plugin.xml
Do you have any idea why or instructions to make these plugin details available ?
Thanks in advance.
For reference I went on these webhelp pages :
http://www.jetbrains.com/idea/webhelp/plugins-3.html
http://www.jetbrains.com/idea/webhelp/adding-plugins-to-an-enterprise-repository.html
请先登录再写评论。
This is not currently supported. For plugins in the enterprise plugin repository, IntelliJ IDEA only reads details from the updatePlugins.xml file, which does not include detalis like the vendor or description.
Oh, damn that's too bad. I'll fill an issue then.
Thanks for the quick answer :)
Oddly enough, when restarting IntelliJ. When the plugin is not installed, there's a popup indicating that there's an update available but with every bit of information in plugin.xml :

For reference, I created an issue here on the matter : http://youtrack.jetbrains.com/issue/IDEA-88075