How to add new essensial plugin to custom IDE build
Answered
I use script from idea_community.gant to create installer for my IDE which is based on intellij-community source code. It works but I also have my plugin and I want it to be a part of this installer (to add my plugin to essential plugins list?). What should I do in order to accomplish that?
Please sign in to leave a comment.
See org.jetbrains.intellij.build.ProductModulesLayout#bundledPluginModules and org.jetbrains.intellij.build.BaseIdeaProperties#BUNDLED_PLUGIN_MODULES